diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-24 15:09:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-24 15:09:27 -0400 |
commit | f238d23a393c03b10bba9967d7e5cecd936a771c (patch) | |
tree | 78841ca11c190f4665b7c29bb846855139710f68 /arm9/asm/CARD_rom.s | |
parent | 58a62f5a8c762fef4ce5cec1c3891a81703c859a (diff) |
Distribute rom2_4.s
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 |