diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-27 08:31:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-27 08:32:50 -0400 |
commit | 04c7c3de6a47c9952d0fd66f97a19ad10569c0f6 (patch) | |
tree | 1a741b38efa1c26f3f6676c60a86276338299e5a /arm9/modules/35 | |
parent | 5d7b65886813e92ddd538cf8da6a43038a7cda0a (diff) |
Decompile daycare
Diffstat (limited to 'arm9/modules/35')
-rw-r--r-- | arm9/modules/35/asm/module_35.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/35/asm/module_35.s b/arm9/modules/35/asm/module_35.s index 8892667e..45cab8d3 100644 --- a/arm9/modules/35/asm/module_35.s +++ b/arm9/modules/35/asm/module_35.s @@ -48,7 +48,7 @@ MOD35_0225489C: ; 0x0225489C add r0, r4, #0 add r6, r2, #0 bl MOD20_02252C40 - bl Sav2_Daycare_get + bl Sav2_DayCare_get str r0, [r5, #0x30] ldr r1, [r5, #0x30] add r0, r5, #4 @@ -301,7 +301,7 @@ MOD35_02254A50: ; 0x02254A50 ldr r1, [sp] strb r0, [r1] ldr r0, [sp, #4] - bl FUN_02023C90 + bl Sav2_DayCare_GetEggPID ldr r1, [sp] mov r7, #0 strb r0, [r1, #1] @@ -314,9 +314,9 @@ MOD35_02254A50: ; 0x02254A50 _02254A7A: ldr r0, [sp, #4] add r1, r7, #0 - bl FUN_02023C74 + bl Sav2_DayCare_GetMonX str r0, [sp, #8] - bl FUN_02023C7C + bl DayCareMon_GetBoxMon add r4, r0, #0 bl AcquireBoxMonLock str r0, [sp, #0xc] |