diff options
Diffstat (limited to 'arm9/files/FILE_2C2800.s')
-rw-r--r-- | arm9/files/FILE_2C2800.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arm9/files/FILE_2C2800.s b/arm9/files/FILE_2C2800.s index bddd6f01..6e38ff10 100644 --- a/arm9/files/FILE_2C2800.s +++ b/arm9/files/FILE_2C2800.s @@ -1,4 +1,6 @@ .include "asm/macros.inc" - .text + .section .text .incbin "baserom.nds", 0x2C2800, 0x23A0 - .balign 512, 255 + .section .bss + .space 0x20 + |