aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/seafoamisland1.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-09 16:58:02 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-09 16:58:02 -0400
commitb83acb03e50c4314e082e642bdb429346892d040 (patch)
tree37d41244ef64c7bacde8879513a03bd5aab34cec /data/wildPokemon/seafoamisland1.asm
parentClean up music bank references (diff)
downloadpokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.gz
pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.xz
pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.zip
Clean up white space
Diffstat (limited to 'data/wildPokemon/seafoamisland1.asm')
-rwxr-xr-xdata/wildPokemon/seafoamisland1.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/wildPokemon/seafoamisland1.asm b/data/wildPokemon/seafoamisland1.asm
index 472af2e1..506dd98e 100755
--- a/data/wildPokemon/seafoamisland1.asm
+++ b/data/wildPokemon/seafoamisland1.asm
@@ -1,4 +1,4 @@
-IslandMons1:
+IslandMons1:
db $0F
IF _RED
db 30,SEEL
@@ -12,7 +12,7 @@ IslandMons1:
db 28,SHELLDER
db 38,GOLDUCK
ENDC
-
+
IF _GREEN || !_JAPAN && _BLUE
db 30,SEEL
db 30,PSYDUCK
@@ -25,7 +25,7 @@ IslandMons1:
db 28,STARYU
db 38,SLOWBRO
ENDC
-
+
IF _JAPAN && _BLUE
db 30,SEEL
db 30,HORSEA
@@ -38,7 +38,7 @@ IslandMons1:
db 28,STARYU
db 38,SLOWBRO
ENDC
-
+
IF _YELLOW
db 18,ZUBAT
db 25,KRABBY
@@ -51,6 +51,6 @@ IslandMons1:
db 27,GOLBAT
db 36,GOLBAT
ENDC
-
+
db $00