summaryrefslogtreecommitdiff
path: root/data/moves
diff options
context:
space:
mode:
authorEbernacher90 <danielvonderbank@gmail.com>2020-09-13 03:46:21 +0200
committerEbernacher90 <danielvonderbank@gmail.com>2020-09-13 03:46:21 +0200
commitd4315d68bdf5f011c7891468ffaed70180c20a9c (patch)
tree7ab3ce737812e3bd8dd47954472400c7ecae5836 /data/moves
parent462b7521b221a3766d7f21a9e1c7c1f11f72c52a (diff)
Give all .asm and all .inc except of base_stats/???.inc new line at the end of file
Diffstat (limited to 'data/moves')
-rw-r--r--data/moves/names.asm2
-rw-r--r--data/moves/tmhm_moves.asm2
2 files changed, 2 insertions, 2 deletions
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