diff options
author | red031000 <rubenru09@aol.com> | 2020-06-25 19:39:11 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-25 19:39:34 +0100 |
commit | a2f8c35e864703e4264e308cd26aec3d612d863b (patch) | |
tree | 81b12a7c939e0849bf609144de914cb3ceaa7e7a /arm9/modules/74 | |
parent | b00d33850bfcd8665794832e244c0e0b16bd9fa7 (diff) |
few general use pointers
Diffstat (limited to 'arm9/modules/74')
-rw-r--r-- | arm9/modules/74/asm/module_74.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arm9/modules/74/asm/module_74.s b/arm9/modules/74/asm/module_74.s index 2deb146f..bbf859db 100644 --- a/arm9/modules/74/asm/module_74.s +++ b/arm9/modules/74/asm/module_74.s @@ -358,7 +358,7 @@ _021D77A8: .word 0x00003FF8 thumb_func_start MOD74_021D77AC MOD74_021D77AC: ; 0x021D77AC - ldr r0, _021D77C0 ; =0x021C48B8 + ldr r0, _021D77C0 ; =gUnknown21C48B8 ldr r1, [r0, #0x48] mov r0, #3 tst r0, r1 @@ -369,14 +369,14 @@ _021D77BA: mov r0, #0 bx lr nop -_021D77C0: .word 0x021C48B8 +_021D77C0: .word gUnknown21C48B8 thumb_func_end MOD74_021D77AC thumb_func_start MOD74_021D77C4 MOD74_021D77C4: ; 0x021D77C4 push {r3, r4, r5, lr} sub sp, #8 - ldr r1, _021D78B8 ; =0x021C48B8 + ldr r1, _021D78B8 ; =gUnknown21C48B8 add r4, r0, #0 ldr r2, [r1, #0x48] mov r1, #2 @@ -503,13 +503,13 @@ _021D788E: add sp, #8 pop {r3, r4, r5, pc} .align 2, 0 -_021D78B8: .word 0x021C48B8 +_021D78B8: .word gUnknown21C48B8 thumb_func_end MOD74_021D77C4 thumb_func_start MOD74_021D78BC MOD74_021D78BC: ; 0x021D78BC push {r4, lr} - ldr r1, _021D78E8 ; =0x021C48B8 + ldr r1, _021D78E8 ; =gUnknown21C48B8 add r4, r0, #0 ldr r2, [r1, #0x48] mov r1, #1 @@ -531,13 +531,13 @@ _021D78E4: mov r0, #0 pop {r4, pc} .align 2, 0 -_021D78E8: .word 0x021C48B8 +_021D78E8: .word gUnknown21C48B8 thumb_func_end MOD74_021D78BC thumb_func_start MOD74_021D78EC MOD74_021D78EC: ; 0x021D78EC push {r4, lr} - ldr r1, _021D7908 ; =0x021C48B8 + ldr r1, _021D7908 ; =gUnknown21C48B8 add r4, r0, #0 ldr r2, [r1, #0x48] mov r1, #3 @@ -550,7 +550,7 @@ _021D7902: mov r0, #0 pop {r4, pc} nop -_021D7908: .word 0x021C48B8 +_021D7908: .word gUnknown21C48B8 thumb_func_end MOD74_021D78EC thumb_func_start MOD74_021D790C |