diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-24 15:01:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 15:01:06 +0100 |
commit | febbf5dc3d673ae40df7b6c545a40e945e6eda17 (patch) | |
tree | 6dee393a1ec73282ca34a0a1f0526359630c2855 /arm9/modules/05/asm/module_05.s | |
parent | a978faa0d8c222c5fce4db4f0dad19ed235eecfc (diff) | |
parent | 3188237ddaf9aefcbea90967a15df7b78fe8e336 (diff) |
Merge pull request #386 from PikalaxALT/pikalax_work
Decompile code related to Chatot's data in the save block
Diffstat (limited to 'arm9/modules/05/asm/module_05.s')
-rw-r--r-- | arm9/modules/05/asm/module_05.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/05/asm/module_05.s b/arm9/modules/05/asm/module_05.s index ebf46a48..ffb9dbe2 100644 --- a/arm9/modules/05/asm/module_05.s +++ b/arm9/modules/05/asm/module_05.s @@ -7747,8 +7747,8 @@ _021EC544: cmp r0, #0 bne _021EC572 add r0, r7, #0 - bl FUN_02029EF8 - bl FUN_02029F08 + bl Sav2_Chatot_get + bl Chatot_invalidate _021EC572: add sp, #0x24 pop {r4, r5, r6, r7, pc} |