diff options
Diffstat (limited to 'arm9/asm/CARD_rom.s')
-rw-r--r-- | arm9/asm/CARD_rom.s | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arm9/asm/CARD_rom.s b/arm9/asm/CARD_rom.s index f858fd34..53163039 100644 --- a/arm9/asm/CARD_rom.s +++ b/arm9/asm/CARD_rom.s @@ -4,7 +4,12 @@ .extern OSi_ThreadInfo .extern UNK_021D5BE0 .extern cardi_common - .extern UNK_02106A50 + + .section .data + + .global UNK_02106A50 +UNK_02106A50: ; 0x02106A50 + .word 0x027FFE00 .section .bss |