kep-hack/data/maps/objects/MtMoonSquareHouse.asm
Llinos Evans 253f8f4a22 FRLG Move Tutors
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.
2023-05-18 18:06:44 +01:00

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