diff options
| author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-25 22:01:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 22:01:58 +0300 |
| commit | 981bf953cbf711eca70d31ccec297ac38501ffd8 (patch) | |
| tree | 0ab627e6892df75aff99f3ad17b7ad8ee75f00f7 /arm9/modules/13/asm | |
| parent | 80ce402f5f541f01d7ded6da60e38eebbf1f9f88 (diff) | |
| parent | 512e864e3bb830d50dc7fe372cccc254a75e4a5a (diff) | |
Merge pull request #189 from red031000/master
module 4 fully shiftable
Diffstat (limited to 'arm9/modules/13/asm')
| -rw-r--r-- | arm9/modules/13/asm/module_13_thumb.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/13/asm/module_13_thumb.s b/arm9/modules/13/asm/module_13_thumb.s index aeec3a10..e8acb2b6 100644 --- a/arm9/modules/13/asm/module_13_thumb.s +++ b/arm9/modules/13/asm/module_13_thumb.s @@ -373,7 +373,7 @@ MOD13_02217530: ; 0x02217530 pop {r3} bx r3 _0221756A: - ldr r5, _02217590 ; =0x021C8F04 + ldr r5, _02217590 ; =CPSMyIp ldr r0, [r5] cmp r0, #0 bne _02217580 @@ -392,7 +392,7 @@ _02217580: bx r3 nop _0221758C: .word MOD13_0223F7C8 -_02217590: .word 0x021C8F04 +_02217590: .word CPSMyIp thumb_func_start MOD13_02217594 MOD13_02217594: ; 0x02217594 |
