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_26B200.s | |
parent | 4d1729dc1fb186545874f85b68e14364a2c017cc (diff) |
Refactor ARM9 LCF (groundwork for incorporating makelcf)
Diffstat (limited to 'arm9/files/FILE_26B200.s')
-rw-r--r-- | arm9/files/FILE_26B200.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/files/FILE_26B200.s b/arm9/files/FILE_26B200.s index 0c91220f..66491b3a 100644 --- a/arm9/files/FILE_26B200.s +++ b/arm9/files/FILE_26B200.s @@ -1,4 +1,4 @@ .include "asm/macros.inc" - .text + .section .text .incbin "baserom.nds", 0x26B200, 0x17CE0 - .balign 512, 255 + |