mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Still need to find out what I want to do with Body Slam, Swords Dance, and Thunder Wave. Slam/SD are on the Sevii Islands, and TWave is on an existing NPC who usually gives Self-Destruct. Could possibly refactor the item receiving text.
15 lines
345 B
NASM
15 lines
345 B
NASM
MtMoonSquareHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 7, MT_MOON_SQUARE, 4
|
|
warp_event 5, 7, MT_MOON_SQUARE, 4
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 3, SPRITE_BRUNETTE_GIRL, WALK, UP_DOWN, 1 ; person
|
|
object_event 0, 2, SPRITE_GRAMPS, STAY, RIGHT, 2 ; person
|
|
|
|
def_warps_to MT_MOON_SQUARE_HOUSE
|