diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-25 13:24:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-25 13:24:26 -0400 |
commit | d01864dd773a3687389baa98640a18c61b1b1597 (patch) | |
tree | 32dc72c997b5c9ebb118c3b42ce866fe788c72fc /arm9/modules/42 | |
parent | b55789b64644420add50cf87715a1ab0ade16967 (diff) |
Decompile poketch resident code at 0204BE14
Diffstat (limited to 'arm9/modules/42')
-rw-r--r-- | arm9/modules/42/asm/module_42.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/42/asm/module_42.s b/arm9/modules/42/asm/module_42.s index 3e0b6d71..8e41c6cc 100644 --- a/arm9/modules/42/asm/module_42.s +++ b/arm9/modules/42/asm/module_42.s @@ -66,7 +66,7 @@ _022548BE: ldr r3, [sp, #8] add r1, r6, #0 add r2, r7, #0 - bl FUN_0204C0A4 + bl Sav2_Poketch_MarkingMapGetPos ldrb r0, [r4, #0x10] add r7, r7, #4 add r0, #0x10 @@ -205,7 +205,7 @@ _022549D4: add r1, r4, #0 lsr r2, r2, #0x18 lsr r3, r3, #0x18 - bl FUN_0204C080 + bl Sav2_Poketch_MarkingMapSetPos add r4, r4, #1 add r5, r5, #4 cmp r4, #6 |