diff options
Diffstat (limited to 'arm9/asm/save.s')
-rw-r--r-- | arm9/asm/save.s | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arm9/asm/save.s b/arm9/asm/save.s index 439618da..72a47d57 100644 --- a/arm9/asm/save.s +++ b/arm9/asm/save.s @@ -1,11 +1,16 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_020EE700 .extern UNK_020EE6D8 - .extern UNK_020EE6E0 - .extern UNK_021C59C8 .extern UNK_020EE6DC + .extern UNK_020EE6E0 + .extern UNK_020EE700 + + .section .bss + + .global UNK_021C59C8 +UNK_021C59C8: ; 0x021C59C8 + .space 0x8 .text |