diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:58:02 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:58:02 -0400 |
| commit | b83acb03e50c4314e082e642bdb429346892d040 (patch) | |
| tree | 37d41244ef64c7bacde8879513a03bd5aab34cec /data/wildPokemon/safarizone3.asm | |
| parent | Clean up music bank references (diff) | |
| download | pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.gz pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.xz pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.zip | |
Clean up white space
Diffstat (limited to 'data/wildPokemon/safarizone3.asm')
| -rwxr-xr-x | data/wildPokemon/safarizone3.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/wildPokemon/safarizone3.asm b/data/wildPokemon/safarizone3.asm index 497efd24..436ab937 100755 --- a/data/wildPokemon/safarizone3.asm +++ b/data/wildPokemon/safarizone3.asm @@ -1,4 +1,4 @@ -ZoneMons3: +ZoneMons3: db $1E IF _RED db 25,NIDORAN_M @@ -12,7 +12,7 @@ ZoneMons3: db 26,TAUROS db 28,KANGASKHAN ENDC - + IF _GREEN || (!_JAPAN && _BLUE) db 25,NIDORAN_F db 26,DODUO @@ -25,7 +25,7 @@ ZoneMons3: db 26,TAUROS db 28,KANGASKHAN ENDC - + IF _JAPAN && _BLUE db 25,NIDORAN_M db 26,DODUO @@ -38,7 +38,7 @@ ZoneMons3: db 26,PINSIR db 28,LICKITUNG ENDC - + IF _YELLOW db 29,NIDORAN_M db 21,NIDORAN_F @@ -51,6 +51,6 @@ ZoneMons3: db 25,PINSIR db 27,TANGELA ENDC - + db $00 |
