mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-18 02:52:28 +13:00
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.
13 lines
321 B
NASM
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 |