mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +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
12 lines
194 B
NASM
12 lines
194 B
NASM
BillsGarden_Object:
|
|
db $2c ; border block
|
|
|
|
def_warp_events
|
|
warp_event 11, 17, BILLS_HOUSE, 3
|
|
warp_event 12, 17, BILLS_HOUSE, 3
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to BILLS_GARDEN |