aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/route13.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2016-02-12 21:10:58 -0700
committerIIMarckus <iimarckus@gmail.com>2016-02-12 21:10:58 -0700
commit757114cad28d59eacdf22f26cd175aca17cb5407 (patch)
tree9c8ad00dd63e38acd27e080fc67e80900cdc47f1 /data/wildPokemon/route13.asm
parentRemove misleading (unreferenced) labels. (diff)
downloadpokeyellow-757114cad28d59eacdf22f26cd175aca17cb5407.tar.gz
pokeyellow-757114cad28d59eacdf22f26cd175aca17cb5407.tar.xz
pokeyellow-757114cad28d59eacdf22f26cd175aca17cb5407.zip
Get rid of yellow ifdefs in wild Pokémon.
Diffstat (limited to 'data/wildPokemon/route13.asm')
-rwxr-xr-xdata/wildPokemon/route13.asm35
1 files changed, 3 insertions, 32 deletions
diff --git a/data/wildPokemon/route13.asm b/data/wildPokemon/route13.asm
index be8ce386..2a1a6cb5 100755
--- a/data/wildPokemon/route13.asm
+++ b/data/wildPokemon/route13.asm
@@ -1,5 +1,5 @@
Route13Mons:
- IF DEF(_RED) || (DEF(_JAPAN) && DEF(_BLUE))
+ IF DEF(_RED)
db $14
db 24,ODDISH
db 25,PIDGEY
@@ -11,10 +11,8 @@ Route13Mons:
db 25,DITTO
db 28,GLOOM
db 30,GLOOM
- db $00
ENDC
-
- IF DEF(_GREEN) || (!DEF(_JAPAN) && DEF(_BLUE))
+ IF DEF(_BLUE)
db $14
db 24,BELLSPROUT
db 25,PIDGEY
@@ -26,32 +24,5 @@ Route13Mons:
db 25,DITTO
db 28,WEEPINBELL
db 30,WEEPINBELL
- db $00
ENDC
-
- IF DEF(_YELLOW)
- db $0F
- db 25,ODDISH
- db 25,BELLSPROUT
- db 28,PIDGEOTTO
- db 28,PIDGEY
- db 27,ODDISH
- db 27,BELLSPROUT
- db 29,GLOOM
- db 29,WEEPINBELL
- db 26,FARFETCHD
- db 31,FARFETCHD
-
- db $03
- db 15,SLOWPOKE
- db 15,SLOWPOKE
- db 15,SLOWPOKE
- db 15,SLOWPOKE
- db 15,SLOWPOKE
- db 15,SLOWPOKE
- db 15,SLOWPOKE
- db 15,SLOWPOKE
- db 15,SLOWBRO
- db 20,SLOWBRO
- ENDC
-
+ db $00