diff options
Diffstat (limited to 'arm9/asm/CTRDG_task.s')
-rw-r--r-- | arm9/asm/CTRDG_task.s | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arm9/asm/CTRDG_task.s b/arm9/asm/CTRDG_task.s index 9850a3bd..c0feb88e 100644 --- a/arm9/asm/CTRDG_task.s +++ b/arm9/asm/CTRDG_task.s @@ -1,9 +1,17 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_021D6B54 .extern UNK_021D6F78 - .extern UNK_021D6B50 + + .section .bss + + .global UNK_021D6B50 +UNK_021D6B50: ; 0x021D6B50 + .space 0x4 + + .global UNK_021D6B54 +UNK_021D6B54: ; 0x021D6B54 + .space 0x424 .text |