diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-22 16:51:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-22 16:51:57 -0400 |
commit | cb65fec703d8160575552678c3d6f54d842e76c5 (patch) | |
tree | adaf3397cb52c4398b5186d0419325a40d8334bc /arm9/asm/CARD_pullOut.s | |
parent | d382442e45e5aaf4a8c45e40c13f5328e79349d7 (diff) |
Distribute bss_4.s among code files
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 |