Migrated Gfx at 0x80186DD0

This commit is contained in:
gijs 2023-09-24 12:07:08 +02:00
parent 85558b8e13
commit 4630e837a1
2 changed files with 18 additions and 1 deletions

View File

@ -408,7 +408,7 @@ segments:
- [0x5CB60, .rodata, "gfx/ob_hospitable_friends"]
- [0x5CC00, .rodata, "gfx/ob_broad_badge"]
- [0x5CC90, .rodata, "gfx/ob_just_ducks"]
- [0x5CCD0, rodata]
- [0x5CCD0, .rodata, "gfx/ob_aspiring_shade"]
- [0x5CD20, rodata]
- [0x5CD70, rodata]
- [0x5CEF0, rodata]

View File

@ -0,0 +1,17 @@
#include <ultra64.h>
#include "common.h"
/* 5CCD0 80186DD0 */
const Gfx DISPLAY_LIST_80186DD0[] = {
gsDPPipeSync(),
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_1CYCLE),
gsDPPipeSync(),
gsSPLoadGeometryMode(G_ZBUFFER | G_SHADE | G_CULL_BACK),
gsDPSetRenderMode(G_RM_AA_ZB_OPA_SURF, G_RM_AA_ZB_OPA_SURF2),
gsDPSetCombineMode(G_CC_PRIMITIVE, G_CC_PRIMITIVE),
gsSPTexture(0, 0, 0, G_TX_RENDERTILE, G_OFF),
gsDPPipeSync(),
gsSPEndDisplayList(),
};