diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-04-06 20:52:11 +0100 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-04-06 23:50:08 -0700 |
commit | 23f06ff79338d6bf7cb771e09ffce78caee40610 (patch) | |
tree | 72a7954a4a0fb3eff765f818907e6d4860d680cf | |
parent | 205ddbb25245f6c4e3d8583d5e9720bb16a1cc26 (diff) |
fix newlines
-rw-r--r-- | asm/roamer.s | 2 | ||||
-rw-r--r-- | asm/rom_81258BC.s | 2 | ||||
-rw-r--r-- | asm/rom_8134548.s | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/asm/roamer.s b/asm/roamer.s index efe806151..404405a3f 100644 --- a/asm/roamer.s +++ b/asm/roamer.s @@ -448,4 +448,4 @@ GetRoamerLocation: @ 8134538 _08134544: .4byte gRoamerLocation thumb_func_end GetRoamerLocation - .align 2, 0 @ Don't pad with nop.
\ No newline at end of file + .align 2, 0 @ Don't pad with nop. diff --git a/asm/rom_81258BC.s b/asm/rom_81258BC.s index 78c847bfd..bd68a0240 100644 --- a/asm/rom_81258BC.s +++ b/asm/rom_81258BC.s @@ -18941,4 +18941,4 @@ _081341DA: bx r1 thumb_func_end sub_81341D4 - .align 2, 0 @ Don't pad with nop.
\ No newline at end of file + .align 2, 0 @ Don't pad with nop. diff --git a/asm/rom_8134548.s b/asm/rom_8134548.s index fef5ff72a..49a8f5195 100644 --- a/asm/rom_8134548.s +++ b/asm/rom_8134548.s @@ -10824,4 +10824,4 @@ nullsub_80: @ 8139C14 bx lr thumb_func_end nullsub_80 - .align 2, 0 @ Don't pad with nop.
\ No newline at end of file + .align 2, 0 @ Don't pad with nop. |