diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 09:51:48 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 09:51:48 -0400 |
commit | a222e198bbdaef7de3931299adc1166dad205428 (patch) | |
tree | e4c0e6faed31f4d6b533836a31bc83f14e371c09 /arm9/files/FILE_28F200.s | |
parent | 4d1729dc1fb186545874f85b68e14364a2c017cc (diff) |
Refactor ARM9 LCF (groundwork for incorporating makelcf)
Diffstat (limited to 'arm9/files/FILE_28F200.s')
-rw-r--r-- | arm9/files/FILE_28F200.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/files/FILE_28F200.s b/arm9/files/FILE_28F200.s index f8b95b6a..7fbec89b 100644 --- a/arm9/files/FILE_28F200.s +++ b/arm9/files/FILE_28F200.s @@ -1,4 +1,4 @@ .include "asm/macros.inc" - .text + .section .text .incbin "baserom.nds", 0x28F200, 0xCC0 - .balign 512, 255 + |