Decompiled `func_800737A0`

This commit is contained in:
gijs 2023-09-27 00:11:32 +02:00
parent 4c35308c05
commit fabe829cbf
2 changed files with 10 additions and 1 deletions

View File

@ -564,6 +564,8 @@ extern Gfx* obPtrDisplayList;
extern Gfx DISPLAY_LIST_80186BD0[];
extern Gfx DISPLAY_LIST_80186D90[];
extern Gfx DISPLAY_LIST_8018FC80[];
extern Gfx DISPLAY_LIST_80186E70[];
extern Gfx DISPLAY_LIST_801869C8[];
extern Vp obVpMinResolution;
extern Vp obVpMaxResolution;

View File

@ -222,7 +222,14 @@ INCLUDE_ASM(const s32, "main", func_80073398);
INCLUDE_ASM(const s32, "main", func_800733F8);
INCLUDE_ASM(const s32, "main", func_800737A0);
/* 3BA0 800737A0 */
void func_800737A0(void) {
gDPPipeSync(obPtrDisplayList++);
gSPSegment(obPtrDisplayList++, 0, 0);
gDPPipeSync(obPtrDisplayList++);
gSPDisplayList(obPtrDisplayList++, DISPLAY_LIST_80186E70);
gSPDisplayList(obPtrDisplayList++, DISPLAY_LIST_801869C8);
}
INCLUDE_ASM(const s32, "main", func_8007382C);