diff options
| author | Ebernacher90 <danielvonderbank@gmail.com> | 2020-09-13 03:46:21 +0200 |
|---|---|---|
| committer | Ebernacher90 <danielvonderbank@gmail.com> | 2020-09-13 03:46:21 +0200 |
| commit | d4315d68bdf5f011c7891468ffaed70180c20a9c (patch) | |
| tree | 7ab3ce737812e3bd8dd47954472400c7ecae5836 /data/pokemon | |
| parent | 462b7521b221a3766d7f21a9e1c7c1f11f72c52a (diff) | |
Give all .asm and all .inc except of base_stats/???.inc new line at the end of file
Diffstat (limited to 'data/pokemon')
| -rw-r--r-- | data/pokemon/base_stats.asm | 2 | ||||
| -rw-r--r-- | data/pokemon/dex_order_alpha.asm | 2 | ||||
| -rw-r--r-- | data/pokemon/evos_attacks.asm | 2 | ||||
| -rw-r--r-- | data/pokemon/names.asm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/pokemon/base_stats.asm b/data/pokemon/base_stats.asm index 6da691e..b6b524d 100644 --- a/data/pokemon/base_stats.asm +++ b/data/pokemon/base_stats.asm @@ -288,4 +288,4 @@ BaseStats_Houou:: INCLUDE "data/pokemon/base_stats/houou.inc" BaseStats_Togepy:: INCLUDE "data/pokemon/base_stats/togepy.inc" BaseStats_Bulu:: INCLUDE "data/pokemon/base_stats/bulu.inc" BaseStats_Tail:: INCLUDE "data/pokemon/base_stats/tail.inc" -BaseStats_Leafy:: INCLUDE "data/pokemon/base_stats/leafy.inc"
\ No newline at end of file +BaseStats_Leafy:: INCLUDE "data/pokemon/base_stats/leafy.inc" diff --git a/data/pokemon/dex_order_alpha.asm b/data/pokemon/dex_order_alpha.asm index 6f0b804..424a6ce 100644 --- a/data/pokemon/dex_order_alpha.asm +++ b/data/pokemon/dex_order_alpha.asm @@ -255,4 +255,4 @@ AlphabeticalPokedexOrder: ; 0x40943 db DEX_ROKON db DEX_WARWOLF db DEX_WATANEKO - db DEX_WANRIKY
\ No newline at end of file + db DEX_WANRIKY diff --git a/data/pokemon/evos_attacks.asm b/data/pokemon/evos_attacks.asm index fb94284..2b2043a 100644 --- a/data/pokemon/evos_attacks.asm +++ b/data/pokemon/evos_attacks.asm @@ -3296,4 +3296,4 @@ LeafyEvosAttacks: ; 43aa4 db 49, MOVE_MORNING_SUN db 56, MOVE_WRAP db 63, MOVE_SOLARBEAM - db 0 ; no more level-up moves
\ No newline at end of file + db 0 ; no more level-up moves diff --git a/data/pokemon/names.asm b/data/pokemon/names.asm index 15475c9..c4e822b 100644 --- a/data/pokemon/names.asm +++ b/data/pokemon/names.asm @@ -253,4 +253,4 @@ PokemonNames:: db "トゲピー@" ; TOGEPY db "ブルー@@" ; BULU db "テイル@@" ; TAIL - db "りーフィ@" ; LEAFY
\ No newline at end of file + db "りーフィ@" ; LEAFY |
