kep-hack/data/maps/objects/CeladonUniversityInside.asm
May Evans 9e4e07ec82 Add Celadon University
Has the map connections, warps, and maps all done. A single person is there right now; Prof. Westwood V, as a reference to the early worldbuilding. I'll work on this more as time goes on.
2022-09-24 13:20:58 +01:00

13 lines
321 B
NASM

CeladonUniversityInside_Object:
db $17 ; border block
def_warp_events
warp_event 10, 19, CELADON_UNIVERSITY_OUTSIDE, 1
warp_event 11, 19, CELADON_UNIVERSITY_OUTSIDE, 1
def_bg_events
def_object_events
object_event 8, 17, SPRITE_MIDDLE_AGED_MAN, STAY, ANY_DIR, 1 ; person
def_warps_to CELADON_UNIVERSITY_INSIDE