diff options
| author | IIMarckus <iimarckus@gmail.com> | 2016-02-12 21:10:58 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2016-02-12 21:10:58 -0700 |
| commit | 757114cad28d59eacdf22f26cd175aca17cb5407 (patch) | |
| tree | 9c8ad00dd63e38acd27e080fc67e80900cdc47f1 /data/wildPokemon/route12.asm | |
| parent | Remove misleading (unreferenced) labels. (diff) | |
| download | pokeyellow-757114cad28d59eacdf22f26cd175aca17cb5407.tar.gz pokeyellow-757114cad28d59eacdf22f26cd175aca17cb5407.tar.xz pokeyellow-757114cad28d59eacdf22f26cd175aca17cb5407.zip | |
Get rid of yellow ifdefs in wild Pokémon.
Diffstat (limited to 'data/wildPokemon/route12.asm')
| -rwxr-xr-x | data/wildPokemon/route12.asm | 35 |
1 files changed, 3 insertions, 32 deletions
diff --git a/data/wildPokemon/route12.asm b/data/wildPokemon/route12.asm index 9bb26a6d..45dfbc9d 100755 --- a/data/wildPokemon/route12.asm +++ b/data/wildPokemon/route12.asm @@ -1,7 +1,6 @@ Route12Mons: db $0F - - IF DEF(_RED) || (DEF(_JAPAN) && DEF(_BLUE)) + IF DEF(_RED) db 24,ODDISH db 25,PIDGEY db 23,PIDGEY @@ -12,10 +11,8 @@ Route12Mons: db 27,PIDGEY db 28,GLOOM db 30,GLOOM - db $00 ENDC - - IF DEF(_GREEN) || (!DEF(_JAPAN) && DEF(_BLUE)) + IF DEF(_BLUE) db 24,BELLSPROUT db 25,PIDGEY db 23,PIDGEY @@ -26,31 +23,5 @@ Route12Mons: db 27,PIDGEY db 28,WEEPINBELL db 30,WEEPINBELL - db $00 ENDC - - IF DEF(_YELLOW) - db 25,ODDISH - db 25,BELLSPROUT - db 28,PIDGEY - db 28,PIDGEOTTO - 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 |
