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
307 B
NASM
17 lines
307 B
NASM
Gauntlet2FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 51, GRAVELER
|
|
db 51, SANDSLASH
|
|
db 52, MACHOKE
|
|
db 52, CROBAT
|
|
db 52, SANDSLASH
|
|
db 53, MACHOKE
|
|
db 53, STEELIX
|
|
db 54, CLEFABLE
|
|
db 54, STEELIX
|
|
db 56, CHARIZARD
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|