diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-24 09:31:37 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-24 09:31:37 -0400 |
commit | eb511d34eab6bdbb157a998b9aa5617b7679c242 (patch) | |
tree | 4dc10ee87beb4bb7e5d4ba761089c373fdde0d7c /arm9/src/main.c | |
parent | d9808a376ee20a2e6dd57d1f272886f2ad192302 (diff) |
Finish decomping sav_chatot
Diffstat (limited to 'arm9/src/main.c')
-rw-r--r-- | arm9/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/src/main.c b/arm9/src/main.c index c05fa1f3..863cb654 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -33,7 +33,7 @@ extern void GF_InitRTCWork(void); extern void FUN_02002C14(void); extern void FUN_02002C50(int, int); extern struct SaveBlock2 * SaveBlock2_new(void); -extern void * FUN_02029EF8(struct SaveBlock2 *); +extern void * Sav2_Chatot_get(struct SaveBlock2 *); extern int FUN_020337E8(int); extern void FUN_02034188(int, int); extern int FUN_020227FC(struct SaveBlock2 *); @@ -73,7 +73,7 @@ THUMB_FUNC void NitroMain(void) FUN_02002C50(3, 3); UNK_02016FA8.unk10 = -1; UNK_02016FA8.unk18 = SaveBlock2_new(); - InitSoundData(FUN_02029EF8(UNK_02016FA8.unk18), Sav2_PlayerData_GetOptionsAddr(UNK_02016FA8.unk18)); + InitSoundData(Sav2_Chatot_get(UNK_02016FA8.unk18), Sav2_PlayerData_GetOptionsAddr(UNK_02016FA8.unk18)); Init_Timer3(); if (FUN_020337E8(3) == 3) FUN_02034188(3, 0); |