diff options
Diffstat (limited to 'arm9/asm/RTC_external.s')
-rw-r--r-- | arm9/asm/RTC_external.s | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arm9/asm/RTC_external.s b/arm9/asm/RTC_external.s index b9174cce..91605f14 100644 --- a/arm9/asm/RTC_external.s +++ b/arm9/asm/RTC_external.s @@ -1,8 +1,15 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_021D5534 - .extern UNK_021D5538 + .section .bss + + .global UNK_021D5534 +UNK_021D5534: ; 0x021D5534 + .space 0x4 + + .global UNK_021D5538 +UNK_021D5538: ; 0x021D5538 + .space 0x24 .text |