diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-04 09:33:37 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-04 09:33:37 -0400 |
commit | aed014a4e03d06e07053c77c3bdeafc16ef2d431 (patch) | |
tree | d5c7c2844beb9118bc4da0ba900745b25fcacf52 /arm9/modules/25 | |
parent | 6f4c2a35d1f5bfcb63d87ed710139a84f680ea8c (diff) |
Fix up data types in overlay 20
Diffstat (limited to 'arm9/modules/25')
-rw-r--r-- | arm9/modules/25/asm/module_25.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/25/asm/module_25.s b/arm9/modules/25/asm/module_25.s index b83d964c..cf57dc32 100644 --- a/arm9/modules/25/asm/module_25.s +++ b/arm9/modules/25/asm/module_25.s @@ -5,12 +5,12 @@ thumb_func_start MOD25_02254840 MOD25_02254840: ; 0x02254840 - ldr r3, _02254848 ; =MOD20_02252978 + ldr r3, _02254848 ; =Poketch_InitApp ldr r0, _0225484C ; =MOD25_02254854 ldr r1, _02254850 ; =MOD25_0225496C bx r3 .align 2, 0 -_02254848: .word MOD20_02252978 +_02254848: .word Poketch_InitApp _0225484C: .word MOD25_02254854 _02254850: .word MOD25_0225496C thumb_func_end MOD25_02254840 |