diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-19 17:02:07 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-19 17:02:07 -0400 |
commit | cd9bca320c7e6950402ed7b176d972d31d40aac2 (patch) | |
tree | 00d8468603bde46d7c89c873514e72417ee36bf3 /arm9/src/main.c | |
parent | f7e8e085ed15564fe03315b898707e7a762d6ce1 (diff) |
Decompile save.s
Diffstat (limited to 'arm9/src/main.c')
-rw-r--r-- | arm9/src/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arm9/src/main.c b/arm9/src/main.c index 3f967380..06673b65 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -219,8 +219,6 @@ THUMB_FUNC void FUN_02000EE8(void) extern void FUN_0200E3A0(PMLCDTarget, int); extern BOOL FUN_02032DAC(void); -extern void FUN_020225F8(void); -extern void FUN_0202287C(void); // No Return THUMB_FUNC void DoSoftReset(u32 parameter) @@ -229,8 +227,7 @@ THUMB_FUNC void DoSoftReset(u32 parameter) FUN_0200E3A0(PM_LCD_BOTTOM, 0x7FFF); if (FUN_02032DAC()) { - FUN_020225F8(); - FUN_0202287C(); + FUN_0202287C(FUN_020225F8()); } do { |