Migrated Gfx at 0x8018FD10
This commit is contained in:
parent
f5c77ef45b
commit
1be08a1eeb
|
|
@ -429,7 +429,7 @@ segments:
|
|||
- [0x659E0, data]
|
||||
- [0x65B00, data]
|
||||
- [0x65B80, .data, "gfx/ob_long_skirt"]
|
||||
- [0x65C10, data, "gfx/ob_pointless_account"]
|
||||
- [0x65C10, .data, "gfx/ob_pointless_account"]
|
||||
- [0x65C50, data]
|
||||
- [0x65CC0, data]
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
#include <ultra64.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
/* 65C10 8018FD10 */
|
||||
Gfx DISPLAY_LIST_8018FD10[] = {
|
||||
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