aboutsummaryrefslogtreecommitdiffstats
path: root/data/wildPokemon/route2.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2018-07-02 14:55:09 -0500
committerGitHub <noreply@github.com>2018-07-02 14:55:09 -0500
commitc8599831992c91e521cf1d467ccae3d9498e42ef (patch)
tree9aab5255e6e78666eec624f1311aa6b17559b022 /data/wildPokemon/route2.asm
parentMerge pull request #184 from Pokeglitch/intro-updates (diff)
parentFixed some inconsistencies in the usage of the if-def directive. (diff)
downloadpokeyellow-c8599831992c91e521cf1d467ccae3d9498e42ef.tar.gz
pokeyellow-c8599831992c91e521cf1d467ccae3d9498e42ef.tar.xz
pokeyellow-c8599831992c91e521cf1d467ccae3d9498e42ef.zip
Merge pull request #185 from UrsSchmidt/master
Fixed some inconsistencies in the usage of the if-def directive.
Diffstat (limited to 'data/wildPokemon/route2.asm')
-rwxr-xr-xdata/wildPokemon/route2.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/wildPokemon/route2.asm b/data/wildPokemon/route2.asm
index fb3a5e82..ad958ea5 100755
--- a/data/wildPokemon/route2.asm
+++ b/data/wildPokemon/route2.asm
@@ -5,19 +5,19 @@ Route2Mons:
db 4,PIDGEY
db 4,RATTATA
db 5,PIDGEY
- if DEF(_RED)
+ IF DEF(_RED)
db 3,WEEDLE
ENDC
- if DEF(_BLUE)
+ IF DEF(_BLUE)
db 3,CATERPIE
ENDC
db 2,RATTATA
db 5,RATTATA
- if DEF(_RED)
+ IF DEF(_RED)
db 4,WEEDLE
db 5,WEEDLE
ENDC
- if DEF(_BLUE)
+ IF DEF(_BLUE)
db 4,CATERPIE
db 5,CATERPIE
ENDC