diff options
Diffstat (limited to 'arm9/asm/CARD_pullOut.s')
-rw-r--r-- | arm9/asm/CARD_pullOut.s | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arm9/asm/CARD_pullOut.s b/arm9/asm/CARD_pullOut.s index 1ee992fe..a3237d3c 100644 --- a/arm9/asm/CARD_pullOut.s +++ b/arm9/asm/CARD_pullOut.s @@ -1,8 +1,15 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_021D5E20 - .extern UNK_021D5E24 + .section .bss + + .global UNK_021D5E20 +UNK_021D5E20: ; 0x021D5E20 + .space 0x4 + + .global UNK_021D5E24 +UNK_021D5E24: ; 0x021D5E24 + .space 0x4 .text |