diff --git a/splat.yaml b/splat.yaml index e4794f4..9b939cb 100644 --- a/splat.yaml +++ b/splat.yaml @@ -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] diff --git a/src/gfx/ob_pointless_account.c b/src/gfx/ob_pointless_account.c new file mode 100644 index 0000000..2a2a8c1 --- /dev/null +++ b/src/gfx/ob_pointless_account.c @@ -0,0 +1,15 @@ +#include + +#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(), +}; \ No newline at end of file