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/48 | |
parent | 6f4c2a35d1f5bfcb63d87ed710139a84f680ea8c (diff) |
Fix up data types in overlay 20
Diffstat (limited to 'arm9/modules/48')
-rw-r--r-- | arm9/modules/48/asm/module_48.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/48/asm/module_48.s b/arm9/modules/48/asm/module_48.s index b67ca546..661529fd 100644 --- a/arm9/modules/48/asm/module_48.s +++ b/arm9/modules/48/asm/module_48.s @@ -5,12 +5,12 @@ thumb_func_start MOD48_02254840 MOD48_02254840: ; 0x02254840 - ldr r3, _02254848 ; =MOD20_02252978 + ldr r3, _02254848 ; =Poketch_InitApp ldr r0, _0225484C ; =MOD48_02254854 ldr r1, _02254850 ; =MOD48_0225498C bx r3 .align 2, 0 -_02254848: .word MOD20_02252978 +_02254848: .word Poketch_InitApp _0225484C: .word MOD48_02254854 _02254850: .word MOD48_0225498C thumb_func_end MOD48_02254840 |