kep-hack/data/maps/objects/MtMoonSquare.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

19 lines
493 B
NASM

MtMoonSquare_Object:
db $2C ; border block
def_warp_events
warp_event 16, 3, MT_MOON_1F, 10
warp_event 20, 9, MT_MOON_1F, 10
warp_event 22, 1, MT_MOON_CRATER, 1
warp_event 11, 5, MT_MOON_SQUARE_HOUSE, 2
def_bg_events
bg_event 15, 5, 2 ; Sign
def_object_events
object_event 7, 5, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
object_event 5, 4, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
object_event 4, 6, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
def_warps_to MT_MOON_SQUARE