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
298 B
NASM
17 lines
298 B
NASM
Gauntlet6FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 55, MUK
|
|
db 55, WEEZING
|
|
db 56, ANIMON
|
|
db 56, ELECTRODE
|
|
db 56, WEEZING
|
|
db 57, ANIMON
|
|
db 57, MAGNEZONE
|
|
db 58, PORYGON
|
|
db 58, MAGNEZONE
|
|
db 60, OMEGA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|