diff options
Diffstat (limited to 'arm9/asm/scrcmd_4.s')
-rw-r--r-- | arm9/asm/scrcmd_4.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arm9/asm/scrcmd_4.s b/arm9/asm/scrcmd_4.s index 3b1a07ca..d8a20e1d 100644 --- a/arm9/asm/scrcmd_4.s +++ b/arm9/asm/scrcmd_4.s @@ -1,6 +1,8 @@ .include "asm/macros.inc" .include "global.inc" + .extern UNK_020ECAC4 + .text thumb_func_start FUN_020406CC @@ -892,7 +894,7 @@ FUN_02040DEC: ; 0x02040DEC add r1, r0, #0x0 add r0, r4, #0x0 bl FUN_02021E28 - ldr r0, _02040E48 ; =0x020ECAC4 + ldr r0, _02040E48 ; =UNK_020ECAC4 mov r3, #0x0 ldrb r0, [r0, #0x0] str r3, [sp, #0x0] @@ -907,7 +909,7 @@ FUN_02040DEC: ; 0x02040DEC add sp, #0x8 pop {r3-r7, pc} nop -_02040E48: .word 0x020ECAC4 +_02040E48: .word UNK_020ECAC4 thumb_func_start FUN_02040E4C FUN_02040E4C: ; 0x02040E4C |