diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-13 08:41:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-13 08:41:21 -0400 |
commit | a13a7535cd78a113d23a8cccddced3d5f13ad479 (patch) | |
tree | 0a7e672c5a7acc6261ca714538198d80c13fff47 /arm9/modules | |
parent | dd47776b7c311afdbfbb123485ecf2bf695a3c04 (diff) |
Decompile igt
Diffstat (limited to 'arm9/modules')
-rw-r--r-- | arm9/modules/05/asm/module_05.s | 4 | ||||
-rw-r--r-- | arm9/modules/57/asm/module_57.s | 10 | ||||
-rw-r--r-- | arm9/modules/69/asm/module_69.s | 4 | ||||
-rw-r--r-- | arm9/modules/83/asm/module_83.s | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/arm9/modules/05/asm/module_05.s b/arm9/modules/05/asm/module_05.s index 88100c11..d9293d4c 100644 --- a/arm9/modules/05/asm/module_05.s +++ b/arm9/modules/05/asm/module_05.s @@ -11583,7 +11583,7 @@ _021E83A8: mov r1, #3 bl FUN_0200AD38 ldr r0, [r4, #0xc] - bl FUN_02029EBC + bl GetIGTHours add r2, r0, #0 cmp r2, #0x64 blt _021E83C8 @@ -11607,7 +11607,7 @@ _021E83D6: mov r1, #4 bl FUN_0200AD38 ldr r0, [r4, #0xc] - bl FUN_02029EC0 + bl GetIGTMinutes mov r3, #2 add r2, r0, #0 str r3, [sp] diff --git a/arm9/modules/57/asm/module_57.s b/arm9/modules/57/asm/module_57.s index a2811684..f317d49f 100644 --- a/arm9/modules/57/asm/module_57.s +++ b/arm9/modules/57/asm/module_57.s @@ -2896,7 +2896,7 @@ _021D8BA4: lsr r0, r0, #0x1f beq _021D8C02 ldr r0, [r6, #0x18] - bl FUN_02029EBC + bl GetIGTHours add r2, r0, #0 mov r0, #1 str r0, [sp] @@ -2906,7 +2906,7 @@ _021D8BA4: mov r3, #3 bl FUN_0200AD38 ldr r0, [r6, #0x18] - bl FUN_02029EC0 + bl GetIGTMinutes mov r3, #2 add r2, r0, #0 str r3, [sp] @@ -3445,7 +3445,7 @@ MOD57_021D905C: ; 0x021D905C bl ErrorHandling _021D906E: ldr r0, [r5, #0x18] - bl FUN_02029EBC + bl GetIGTHours mov r0, #0x28 str r0, [sp] mov r0, #0x10 @@ -3476,7 +3476,7 @@ _021D906E: bl FUN_0200AA90 add r6, r0, #0 ldr r0, [r5, #0x18] - bl FUN_02029EBC + bl GetIGTHours add r2, r0, #0 mov r0, #1 str r0, [sp] @@ -3486,7 +3486,7 @@ _021D906E: mov r3, #3 bl FUN_0200AD38 ldr r0, [r5, #0x18] - bl FUN_02029EC0 + bl GetIGTMinutes mov r3, #2 add r2, r0, #0 str r3, [sp] diff --git a/arm9/modules/69/asm/module_69.s b/arm9/modules/69/asm/module_69.s index bd245269..0c2c8879 100644 --- a/arm9/modules/69/asm/module_69.s +++ b/arm9/modules/69/asm/module_69.s @@ -2684,7 +2684,7 @@ MOD69_0222EB4C: ; 0x0222EB4C bl FUN_0200AD38 ldr r0, [r4, #0xc] ldr r0, [r0, #8] - bl FUN_02029EBC + bl GetIGTHours add r2, r0, #0 mov r0, #0 str r0, [sp] @@ -2697,7 +2697,7 @@ MOD69_0222EB4C: ; 0x0222EB4C bl FUN_0200AD38 ldr r0, [r4, #0xc] ldr r0, [r0, #8] - bl FUN_02029EC0 + bl GetIGTMinutes mov r3, #2 add r2, r0, #0 str r3, [sp] diff --git a/arm9/modules/83/asm/module_83.s b/arm9/modules/83/asm/module_83.s index 70a0b70b..ebd0150e 100644 --- a/arm9/modules/83/asm/module_83.s +++ b/arm9/modules/83/asm/module_83.s @@ -1052,13 +1052,13 @@ _0222DDB8: bl MOD83_0222DCA0 ldr r0, [sp, #0x10] ldr r0, [r0, #0x10] - bl FUN_02029EBC + bl GetIGTHours add r1, r0, #0 ldr r0, [sp, #0x28] bl MOD83_0222DCF4 ldr r0, [sp, #0x10] ldr r0, [r0, #0x10] - bl FUN_02029EC0 + bl GetIGTMinutes add r2, r0, #0 mov r3, #2 ldr r0, [sp, #0x28] |