Decompile func0000e9c0

This commit is contained in:
Ryan Dwyer 2020-09-03 23:19:09 +10:00
parent e85309a66c
commit 586a0655e4
2 changed files with 5 additions and 8 deletions

View File

@ -106,7 +106,7 @@ u32 func0000e324(void);
void func0000e684(void);
void func0000e95c(s32 stagenum);
void func0000e990(void);
u32 func0000e9c0(void);
void func0000e9c0(void);
s32 getCurrentStageId(void);
#endif

View File

@ -1624,10 +1624,7 @@ void func0000e990(void)
func0000e684();
}
GLOBAL_ASM(
glabel func0000e9c0
/* e9c0: 03e00008 */ jr $ra
/* e9c4: 00000000 */ nop
/* e9c8: 00000000 */ nop
/* e9cc: 00000000 */ nop
);
void func0000e9c0(void)
{
// empty
}