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/trainers/parties.asm | |
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/trainers/parties.asm')
-rw-r--r-- | data/trainers/parties.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/trainers/parties.asm b/data/trainers/parties.asm index b8d8a20..ff3137e 100644 --- a/data/trainers/parties.asm +++ b/data/trainers/parties.asm @@ -809,4 +809,4 @@ SportsmanGroup:: db 9, DEX_DONPHAN, ITEM_NONE, MOVE_TACKLE, MOVE_DEFENSE_CURL, MOVE_NONE, MOVE_NONE db -1 ; end -endc
\ No newline at end of file +endc |