From d4315d68bdf5f011c7891468ffaed70180c20a9c Mon Sep 17 00:00:00 2001 From: Ebernacher90 Date: Sun, 13 Sep 2020 03:46:21 +0200 Subject: Give all .asm and all .inc except of base_stats/???.inc new line at the end of file --- data/moves/names.asm | 2 +- data/moves/tmhm_moves.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/moves') diff --git a/data/moves/names.asm b/data/moves/names.asm index 7936696..098e9e3 100644 --- a/data/moves/names.asm +++ b/data/moves/names.asm @@ -253,4 +253,4 @@ MoveNames:: db "てつわん@" ; STRONG_ARM db "ひかりゴケ@" ; BRIGHT_MOSS db "うずしお@" ; WHIRLPOOL - db "とびはねる@" ; BOUNCE \ No newline at end of file + db "とびはねる@" ; BOUNCE diff --git a/data/moves/tmhm_moves.asm b/data/moves/tmhm_moves.asm index 84183ac..930d6ca 100644 --- a/data/moves/tmhm_moves.asm +++ b/data/moves/tmhm_moves.asm @@ -65,4 +65,4 @@ TMHMMoves: ; 04:52d1 db MOVE_STRONG_ARM ; HM04 db MOVE_BRIGHT_MOSS ; HM05 db MOVE_WHIRLPOOL ; HM06 - db MOVE_BOUNCE ; HM07 \ No newline at end of file + db MOVE_BOUNCE ; HM07 -- cgit v1.2.3