mirror of https://github.com/zeldaret/mm.git
parent
fa95f9e6e8
commit
04343a1202
|
@ -4078,6 +4078,6 @@ s32 func_801A8A50(s32 param1);
|
|||
void func_801AA610(GlobalContext* globalCtx);
|
||||
void func_801AA624(GlobalContext* globalCtx);
|
||||
// void func_801AA68C(UNK_TYPE4 ctxt);
|
||||
void nop_801AAAA0(GlobalContext* globalCtx);
|
||||
void func_801AAAA0(GlobalContext* globalCtx);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "global.h"
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/code/z_construct/nop_801AAAA0.s")
|
||||
void func_801AAAA0(GlobalContext* globalCtx) {
|
||||
}
|
||||
|
|
|
@ -4086,7 +4086,7 @@
|
|||
0x801AA610:("func_801AA610",),
|
||||
0x801AA624:("func_801AA624",),
|
||||
0x801AA68C:("func_801AA68C",),
|
||||
0x801AAAA0:("nop_801AAAA0",),
|
||||
0x801AAAA0:("func_801AAAA0",),
|
||||
0x80800000:("Title_UpdateCounters",),
|
||||
0x8080009C:("Title_RenderView",),
|
||||
0x80800134:("Title_Draw",),
|
||||
|
|
|
@ -3600,4 +3600,4 @@ asm/non_matchings/code/code_801AA020/func_801AA520.s,func_801AA520,0x801AA520,0x
|
|||
asm/non_matchings/code/z_game_over/func_801AA610.s,func_801AA610,0x801AA610,0x5
|
||||
asm/non_matchings/code/z_game_over/func_801AA624.s,func_801AA624,0x801AA624,0x1A
|
||||
asm/non_matchings/code/z_game_over/func_801AA68C.s,func_801AA68C,0x801AA68C,0x105
|
||||
asm/non_matchings/code/z_construct/nop_801AAAA0.s,nop_801AAAA0,0x801AAAA0,0x4
|
||||
asm/non_matchings/code/z_construct/func_801AAAA0.s,func_801AAAA0,0x801AAAA0,0x4
|
||||
|
|
|
Loading…
Reference in New Issue