Migrated Gfx at 0x80186D90
This commit is contained in:
parent
c7872bf945
commit
85558b8e13
|
|
@ -407,7 +407,7 @@ segments:
|
||||||
- [0x5CAD0, .rodata, "gfx/ob_thick_bikes"]
|
- [0x5CAD0, .rodata, "gfx/ob_thick_bikes"]
|
||||||
- [0x5CB60, .rodata, "gfx/ob_hospitable_friends"]
|
- [0x5CB60, .rodata, "gfx/ob_hospitable_friends"]
|
||||||
- [0x5CC00, .rodata, "gfx/ob_broad_badge"]
|
- [0x5CC00, .rodata, "gfx/ob_broad_badge"]
|
||||||
- [0x5CC90, rodata]
|
- [0x5CC90, .rodata, "gfx/ob_just_ducks"]
|
||||||
- [0x5CCD0, rodata]
|
- [0x5CCD0, rodata]
|
||||||
- [0x5CD20, rodata]
|
- [0x5CD20, rodata]
|
||||||
- [0x5CD70, rodata]
|
- [0x5CD70, rodata]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
#include <ultra64.h>
|
||||||
|
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
/* 5CC90 80186D90 */
|
||||||
|
const Gfx DISPLAY_LIST_80186D90[] = {
|
||||||
|
gsDPPipeSync(),
|
||||||
|
gsDPSetTextureFilter(G_TF_BILERP),
|
||||||
|
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
|
||||||
|
gsDPSetRenderMode(G_RM_OPA_SURF, G_RM_OPA_SURF2),
|
||||||
|
gsDPSetAlphaCompare(G_AC_NONE),
|
||||||
|
gsDPSetTexturePersp(G_TP_PERSP),
|
||||||
|
gsDPPipeSync(),
|
||||||
|
gsSPEndDisplayList(),
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue