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