diff options
Diffstat (limited to 'arm9/files/FILE_2DF200.s')
-rw-r--r-- | arm9/files/FILE_2DF200.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arm9/files/FILE_2DF200.s b/arm9/files/FILE_2DF200.s index b5761253..93f5cfda 100644 --- a/arm9/files/FILE_2DF200.s +++ b/arm9/files/FILE_2DF200.s @@ -1,4 +1,6 @@ .include "asm/macros.inc" - .text + .section .text .incbin "baserom.nds", 0x2DF200, 0xA720 - .balign 512, 255 + .section .bss + .space 0x160 + |