Decompiled `func_800737A0`
This commit is contained in:
parent
4c35308c05
commit
fabe829cbf
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue