diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-07-27 22:33:48 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-07-27 22:33:48 -0500 |
| commit | 52bb07ca18f5475eb9a11c69bf8fee75bcb1abff (patch) | |
| tree | 833d3b85b1b43e1f46fedb69d203263333849d62 /data/wild_mons.asm | |
| parent | Redo audio header macro (diff) | |
| download | pokeyellow-52bb07ca18f5475eb9a11c69bf8fee75bcb1abff.tar.gz pokeyellow-52bb07ca18f5475eb9a11c69bf8fee75bcb1abff.tar.xz pokeyellow-52bb07ca18f5475eb9a11c69bf8fee75bcb1abff.zip | |
Replace unnecessary tabs with spaces
Diffstat (limited to 'data/wild_mons.asm')
| -rwxr-xr-x | data/wild_mons.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/wild_mons.asm b/data/wild_mons.asm index a4265565..a2c9d6b2 100755 --- a/data/wild_mons.asm +++ b/data/wild_mons.asm @@ -253,12 +253,12 @@ WildDataPointers: ; first part: pokemon found in grass ; second part: pokemon found while surfing ; each part goes as follows: - ; if first byte == 00, then - ; no wild pokemon on this map - ; if first byte != 00, then - ; first byte is encounter rate - ; followed by 20 bytes: - ; level, species (ten times) + ; if first byte == 00, then + ; no wild pokemon on this map + ; if first byte != 00, then + ; first byte is encounter rate + ; followed by 20 bytes: + ; level, species (ten times) INCLUDE "data/wildPokemon/nomons.asm" INCLUDE "data/wildPokemon/route1.asm" |
