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/45 | |
parent | b55789b64644420add50cf87715a1ab0ade16967 (diff) |
Decompile poketch resident code at 0204BE14
Diffstat (limited to 'arm9/modules/45')
-rw-r--r-- | arm9/modules/45/asm/module_45.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/45/asm/module_45.s b/arm9/modules/45/asm/module_45.s index e3115193..d8d9bf36 100644 --- a/arm9/modules/45/asm/module_45.s +++ b/arm9/modules/45/asm/module_45.s @@ -173,7 +173,7 @@ _0225499A: add r0, #0x98 ldr r0, [r0] ldr r1, [r6] - bl FUN_0204C064 + bl Sav2_Poketch_CalendarDateIsHighlighted strb r0, [r5, #0xf] add r0, r7, r4 strb r0, [r5, #0xe] @@ -362,7 +362,7 @@ _02254AB8: ldr r0, [r0] ldr r1, [r5, #4] add r2, r4, #1 - bl FUN_0204C064 + bl Sav2_Poketch_CalendarDateIsHighlighted cmp r0, #0 beq _02254B08 add r0, r5, #0 @@ -370,7 +370,7 @@ _02254AB8: ldr r0, [r0] ldr r1, [r5, #4] add r2, r4, #1 - bl FUN_0204C02C + bl Sav2_Poketch_CalendarDateUnhighlight b _02254B16 _02254B08: add r0, r5, #0 @@ -378,7 +378,7 @@ _02254B08: ldr r0, [r0] ldr r1, [r5, #4] add r2, r4, #1 - bl FUN_0204BFF0 + bl Sav2_Poketch_CalendarDateHighlight _02254B16: add r3, r5, #0 add r3, #0x13 |