diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-04 16:45:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 16:45:07 +0300 |
commit | d323eca0eca3ff8814c63e84174d07ced99e22f9 (patch) | |
tree | ceab94a6f81d1b6668e388cac95185a41acb5bd4 /arm9/modules/32 | |
parent | e98796d798d5fad453538d3febc3f2cf6c698d82 (diff) | |
parent | dc06934d12b2b1e840bba06e2b242e345a823200 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'arm9/modules/32')
-rw-r--r-- | arm9/modules/32/asm/module_32.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/32/asm/module_32.s b/arm9/modules/32/asm/module_32.s index d75a5d63..5a5feeea 100644 --- a/arm9/modules/32/asm/module_32.s +++ b/arm9/modules/32/asm/module_32.s @@ -5,12 +5,12 @@ thumb_func_start MOD32_02254840 MOD32_02254840: ; 0x02254840 - ldr r3, _02254848 ; =MOD20_02252978 + ldr r3, _02254848 ; =Poketch_InitApp ldr r0, _0225484C ; =MOD32_02254854 ldr r1, _02254850 ; =MOD32_0225495C bx r3 .align 2, 0 -_02254848: .word MOD20_02252978 +_02254848: .word Poketch_InitApp _0225484C: .word MOD32_02254854 _02254850: .word MOD32_0225495C thumb_func_end MOD32_02254840 |