diff options
Diffstat (limited to 'data/wildPokemon/route14.asm')
-rwxr-xr-x | data/wildPokemon/route14.asm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/data/wildPokemon/route14.asm b/data/wildPokemon/route14.asm new file mode 100755 index 00000000..c3e0743b --- /dev/null +++ b/data/wildPokemon/route14.asm @@ -0,0 +1,43 @@ +Route14Mons: + db $0F + IF _RED || (_JAPAN && _BLUE) + db 24,ODDISH + db 26,PIDGEY + db 23,DITTO + db 24,VENONAT + db 22,ODDISH + db 26,VENONAT + db 26,ODDISH + db 30,GLOOM + db 28,PIDGEOTTO + db 30,PIDGEOTTO + ENDC + + IF _GREEN || (!_JAPAN && _BLUE) + db 24,BELLSPROUT + db 26,PIDGEY + db 23,DITTO + db 24,VENONAT + db 22,BELLSPROUT + db 26,VENONAT + db 26,BELLSPROUT + db 30,WEEPINBELL + db 28,PIDGEOTTO + db 30,PIDGEOTTO + ENDC + + IF _YELLOW + db 26,ODDISH + db 26,BELLSPROUT + db 24,VENONAT + db 30,PIDGEOTTO + db 28,ODDISH + db 28,BELLSPROUT + db 30,GLOOM + db 30,WEEPINBELL + db 27,VENONAT + db 30,VENOMOTH + ENDC + + db $00 + |