diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-14 08:00:06 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-14 08:00:06 -0400 |
| commit | 34eb7a222490603be47b525a14988fae0ed2c90a (patch) | |
| tree | 20b921025c9721027b77d607aac9f3ff0de49808 /arm9/modules/59 | |
| parent | c2989ef7a19fff335ce571ef045885471343cc4a (diff) | |
Overlay ID constants in arm9/asm
Diffstat (limited to 'arm9/modules/59')
| -rw-r--r-- | arm9/modules/59/asm/module_59.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/59/asm/module_59.s b/arm9/modules/59/asm/module_59.s index 7841f0bd..97b4d96a 100644 --- a/arm9/modules/59/asm/module_59.s +++ b/arm9/modules/59/asm/module_59.s @@ -253,13 +253,13 @@ MOD59_021D76C0: ; 0x021D76C0 bl FUN_0200627C add r0, r5, #0 bl FUN_020168D0 - ldr r0, _021D771C ; =0x00000034 + ldr r0, _021D771C ; =SDK_OVERLAY_MODULE_52_ID ldr r1, _021D7720 ; =0x021D76D8 bl FUN_02000E7C mov r0, #1 pop {r4, r5, r6, pc} nop -_021D771C: .word 0x00000034 +_021D771C: .word SDK_OVERLAY_MODULE_52_ID _021D7720: .word 0x021D76D8 thumb_func_end MOD59_021D76C0 |
