diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-08 21:13:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-08 21:13:43 -0400 |
commit | ad010f7add70ba407261db6dcaad404b83f1bea0 (patch) | |
tree | 0585561be1d20baae319d477c5f91512d8055431 | |
parent | 96d1131eead640f4716e4864699ded6ef64701e3 (diff) |
Fix newline at end of rom2_4.s
-rw-r--r-- | arm9/data/rom2_2.s | 1 | ||||
-rw-r--r-- | arm9/data/rom2_4.s | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arm9/data/rom2_2.s b/arm9/data/rom2_2.s index 48e1bab8..c5624b8e 100644 --- a/arm9/data/rom2_2.s +++ b/arm9/data/rom2_2.s @@ -732,4 +732,3 @@ gScriptCmdTable: ; 0x020F355C .word FUN_0203AFA4 .incbin "baserom.nds", 0xF80A0, 0xFEE0 - diff --git a/arm9/data/rom2_4.s b/arm9/data/rom2_4.s index efdaebde..c543924a 100644 --- a/arm9/data/rom2_4.s +++ b/arm9/data/rom2_4.s @@ -6,4 +6,4 @@ .section .data /* 0x0210683C */ - .incbin "baserom.nds", 0x10a83C, 0x764
\ No newline at end of file + .incbin "baserom.nds", 0x10a83C, 0x764 |