diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-01 18:32:01 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-01 18:32:01 -0500 |
commit | 0722de77ae57ed6832b9a725ddc14511668f79c5 (patch) | |
tree | 1953c40f17a8fac4aeb1d9ba068b2e50b1e58966 | |
parent | eb8e55a01a2ea47e7e6ddba460d1de077333e85a (diff) |
Remove trailing whitespace
find . -name '*.asm' -exec sed -i 's/[ \t]\+$//' {} \;
-rw-r--r-- | data/palettes/town_map.asm | 2 | ||||
-rwxr-xr-x | engine/sprite_anims.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/palettes/town_map.asm b/data/palettes/town_map.asm index 696863e85..36f2b6391 100644 --- a/data/palettes/town_map.asm +++ b/data/palettes/town_map.asm @@ -31,4 +31,4 @@ ENDM townmappals CITY, CITY, CITY, CITY, CITY, CITY townmappals CITY, BORDER, CITY, CITY, CITY, CITY townmappals CITY, CITY, CITY, CITY, BORDER, BORDER - townmappals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER + townmappals BORDER, BORDER, BORDER, BORDER, BORDER, BORDER diff --git a/engine/sprite_anims.asm b/engine/sprite_anims.asm index 9fb78a5d7..965f6bc0b 100755 --- a/engine/sprite_anims.asm +++ b/engine/sprite_anims.asm @@ -43,7 +43,7 @@ DoAnimFrame: ; 8d24b dw .sprite_anim_seq_1A dw .sprite_anim_seq_1B dw .sprite_anim_seq_1C - dw .IntroSuicune + dw .IntroSuicune dw .IntroPichuWooper dw .Celebi dw .IntroUnown |