diff options
author | red031000 <rubenru09@aol.com> | 2020-07-03 22:40:26 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-03 22:42:19 +0100 |
commit | 980154de4947b33a78376c007c3961bbf64078b6 (patch) | |
tree | dc2514a1e7773470b5921c6bcfe56f875281e6fb /arm9/modules/84 | |
parent | 546842ba874e39ff818ef386776920ec83b3d081 (diff) |
patch module 84
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb1.s | 4 | ||||
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb2.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/84/asm/module_84_thumb1.s b/arm9/modules/84/asm/module_84_thumb1.s index 57d2036e..5794638d 100644 --- a/arm9/modules/84/asm/module_84_thumb1.s +++ b/arm9/modules/84/asm/module_84_thumb1.s @@ -1426,7 +1426,7 @@ _021D806E: str r0, [r4, #0x2c] mov r0, #0 str r0, [r4, #0x10] - ldr r0, _021D80B4 ; =MOD54_021D8150 + ldr r0, _021D80B4 ; =MOD84_021D8150 add r1, r4, #0 mov r2, #1 bl FUN_0200CA98 @@ -1443,7 +1443,7 @@ _021D80A4: .word MOD84_021D80B8 _021D80A8: .word MOD84_021D80F0 _021D80AC: .word MOD84_021D8104 _021D80B0: .word MOD84_021D813C -_021D80B4: .word MOD54_021D8150 +_021D80B4: .word MOD84_021D8150 thumb_func_end MOD84_021D801C .rodata diff --git a/arm9/modules/84/asm/module_84_thumb2.s b/arm9/modules/84/asm/module_84_thumb2.s index 41b27a0f..1b7cf306 100644 --- a/arm9/modules/84/asm/module_84_thumb2.s +++ b/arm9/modules/84/asm/module_84_thumb2.s @@ -3,8 +3,8 @@ .section .text .balign 4, 0 - thumb_func_start FUN_021D8150 -FUN_021D8150: ; 0x021D8150 + thumb_func_start MOD84_021D8150 +MOD84_021D8150: ; 0x021D8150 push {r4, r5, r6, lr} add r5, r1, #0 add r6, r0, #0 |