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

- Changes Bill's Garden to be a more fitting Overworld-tileset map - Gives Cinnabar Volcano a unique palette, being a slightly less-bright version of the RedMon palette - A few small changes/improvements to the Rival teams - Reduced wild encounter levels in Silph Gauntlet a little - Adds a 100% chance for a Magmar encounter when fishing in the Cinnabar Volcano lava - Hides more 'secret' areas off the Pokedex area listing, namely Mt. Moon Crater and Faraway Island - Improves Jabetta's sprite a little
17 lines
305 B
NASM
17 lines
305 B
NASM
Gauntlet3FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 52, POLIWHIRL
|
|
db 52, JABETTA
|
|
db 53, KINGLER
|
|
db 53, SLOWBRO
|
|
db 53, JABETTA
|
|
db 54, KINGLER
|
|
db 54, GOLDUCK
|
|
db 55, BLASTOISE
|
|
db 55, GOLDUCK
|
|
db 57, TOTARTLE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|