mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-20 11:55:31 +13:00
* Wild data added to the Mt. Moon Crater * CoolTrainer NPC (young Sada) added to the Pewter Museum of Science. * [EXPERIMENTAL] Added the Scarlet Book to the hidden item list for the Pewter Mueseum of Science. Notes; * This commit will not work without SV Pokemon being implemented. * The Scarlet Book has not been placed correctly. The tileset for the museum doesn't load properly in Polished Map, so I'm kind of stumped. Neither has Sada. Things to do: * Add an NPC to Mt. Moon B2F that blocks off the crater, along with a warp there. NPC should disappear when you have 8 Gym Badges.
22 lines
659 B
NASM
22 lines
659 B
NASM
Museum1F_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 10, 7, LAST_MAP, 1
|
|
warp_event 11, 7, LAST_MAP, 1
|
|
warp_event 16, 7, LAST_MAP, 2
|
|
warp_event 17, 7, LAST_MAP, 2
|
|
warp_event 7, 7, MUSEUM_2F, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 12, 4, SPRITE_SCIENTIST, STAY, LEFT, 1 ; person
|
|
object_event 1, 4, SPRITE_GAMBLER, STAY, NONE, 2 ; person
|
|
object_event 15, 2, SPRITE_SCIENTIST, STAY, DOWN, 3 ; person
|
|
object_event 17, 4, SPRITE_SCIENTIST, STAY, NONE, 4 ; person
|
|
object_event 16, 2, SPRITE_OLD_AMBER, STAY, NONE, 5 ; person
|
|
object_event 1, 1, SPRITE_COOLTRAINER_F, STAY, NONE, 6 ; person
|
|
|
|
def_warps_to MUSEUM_1F
|