diff options
Diffstat (limited to 'arm9/asm/unk_0201CC08.s')
-rw-r--r-- | arm9/asm/unk_0201CC08.s | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/arm9/asm/unk_0201CC08.s b/arm9/asm/unk_0201CC08.s index fc89fed8..4c198931 100644 --- a/arm9/asm/unk_0201CC08.s +++ b/arm9/asm/unk_0201CC08.s @@ -1,10 +1,21 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_021C5938 - .extern UNK_021C5944 .extern gUnk021C4918 - .extern UNK_021C5978 + + .section .bss + + .global UNK_021C5938 +UNK_021C5938: ; 0x021C5938 + .space 0xc + + .global UNK_021C5944 +UNK_021C5944: ; 0x021C5944 + .space 0x34 + + .global UNK_021C5978 +UNK_021C5978: ; 0x021C5978 + .space 0x1c .text |