mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

This is a cave that connects Bill's Lighthouse and Route 10, only accessible after Surf is obtained. Contains a static Dragonite as a reference to the anime!
27 lines
482 B
NASM
27 lines
482 B
NASM
UnderwaterTunnelWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 33, GOLBAT
|
|
db 34, POLIWHIRL
|
|
db 34, GOLBAT
|
|
db 35, WEIRDUCK
|
|
db 36, WEIRDUCK
|
|
db 34, BLASTYKE
|
|
db 34, POLIWHIRL
|
|
db 36, JABETTA
|
|
db 37, CROAKOZUNA
|
|
db 39, BLASTOISE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 5 ; encounter rate
|
|
db 33, KRABBY
|
|
db 34, GOLDEEN
|
|
db 34, RIBBITO
|
|
db 33, BLASTYKE
|
|
db 34, BLASTYKE
|
|
db 33, GOLDEEN
|
|
db 36, CROAKOZUNA
|
|
db 36, JABETTA
|
|
db 37, GYARADOS
|
|
db 39, GYARADOS
|
|
end_water_wildmons
|