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
303 B
NASM
17 lines
303 B
NASM
Gauntlet4FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 53, HAUNTER
|
|
db 53, GUARDIA
|
|
db 54, NINETALES
|
|
db 54, BARUNDA
|
|
db 54, GUARDIA
|
|
db 55, NINETALES
|
|
db 55, HYPNO
|
|
db 56, KADABRA
|
|
db 56, HYPNO
|
|
db 58, ANNIHILAPE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|