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/types/names.asm | 2 +- data/types/search_strings.asm | 2 +- data/types/search_types.asm | 2 +- data/types/type_matchups.asm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'data/types') diff --git a/data/types/names.asm b/data/types/names.asm index 7036847..601f2a0 100644 --- a/data/types/names.asm +++ b/data/types/names.asm @@ -50,4 +50,4 @@ TypeNames:: .Ghost: db "ゴースト@" .Metal: db "メタル@" .Dragon: db "ドラゴン@" -.Dark: db "あく@" \ No newline at end of file +.Dark: db "あく@" diff --git a/data/types/search_strings.asm b/data/types/search_strings.asm index 905f478..5d33134 100644 --- a/data/types/search_strings.asm +++ b/data/types/search_strings.asm @@ -17,4 +17,4 @@ PokedexTypeSearchStrings:: db "むし  @" ; BUG db "いわ  @" ; ROCK db "ゴースト@" ; GHOST - db "ドラゴン@" ; DRAGON \ No newline at end of file + db "ドラゴン@" ; DRAGON diff --git a/data/types/search_types.asm b/data/types/search_types.asm index ed41650..abcb0db 100644 --- a/data/types/search_types.asm +++ b/data/types/search_types.asm @@ -17,4 +17,4 @@ PokedexTypeSearchConversionTable:: db TYPE_BUG db TYPE_ROCK db TYPE_GHOST - db TYPE_DRAGON \ No newline at end of file + db TYPE_DRAGON diff --git a/data/types/type_matchups.asm b/data/types/type_matchups.asm index e23227a..cebecfd 100644 --- a/data/types/type_matchups.asm +++ b/data/types/type_matchups.asm @@ -110,4 +110,4 @@ TypeMatchups: ; 3506d db TYPE_NORMAL, TYPE_GHOST, NO_EFFECT db -1 ; end -; 3519b \ No newline at end of file +; 3519b -- cgit v1.2.3