aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/seafoamislandb2.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/seafoamislandb2.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/seafoamislandb2.asm')
-rwxr-xr-xdata/wildPokemon/seafoamislandb2.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/wildPokemon/seafoamislandb2.asm b/data/wildPokemon/seafoamislandb2.asm
index 4cad1012..2b7a3ef8 100755
--- a/data/wildPokemon/seafoamislandb2.asm
+++ b/data/wildPokemon/seafoamislandb2.asm
@@ -1,4 +1,4 @@
-IslandMonsB2:
+IslandMonsB2:
db $0A
IF _RED
db 30,SEEL
@@ -12,7 +12,7 @@ IslandMonsB2:
db 30,GOLBAT
db 37,SLOWBRO
ENDC
-
+
IF _GREEN || !_JAPAN && _BLUE
db 30,SEEL
db 30,PSYDUCK
@@ -25,7 +25,7 @@ IslandMonsB2:
db 30,GOLBAT
db 37,GOLDUCK
ENDC
-
+
IF _JAPAN && _BLUE
db 30,SEEL
db 30,HORSEA
@@ -38,7 +38,7 @@ IslandMonsB2:
db 30,GOLBAT
db 37,JYNX
ENDC
-
+
IF _YELLOW
db 27,ZUBAT
db 27,KRABBY
@@ -51,6 +51,6 @@ IslandMonsB2:
db 31,SLOWPOKE
db 31,SLOWBRO
ENDC
-
+
db $00