kep-hack/data/wild/maps/RockTunnel1F.asm
Martha Schilling f23b59d7b7 A few small changes
Just some very minor things I'm pushing while I work on the stubborn Silph Gauntlet Guard.

- Fixed the misshapen Poke Ball and Pikachu sprites on the 3DS Border, and gave Shocks the updated grey palette.

- Moved a trainer in Rock Tunnel that was accidentally made optional.

- Fixed some wording in Gavillain's dex entry

- Made wild encounters in Rock Tunnel have more consistent levels.
2023-09-24 22:58:46 +01:00

17 lines
297 B
NASM

RockTunnel1FWildMons:
def_grass_wildmons 15 ; encounter rate
db 16, ZUBAT
db 17, ZUBAT
db 17, GEODUDE
db 15, MACHOP
db 16, GEODUDE
db 18, SLOWPOKE
db 17, SLOWPOKE
db 17, MACHOP
db 15, ONIX
db 15, GAVILLAIN
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons