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.
This commit is contained in:
May Evans 2022-09-24 13:20:58 +01:00
parent 1f4de1562a
commit 9e4e07ec82
20 changed files with 111 additions and 18 deletions

View file

@ -38,4 +38,4 @@ CeladonCity_Object:
object_event 32, 29, SPRITE_ROCKET, WALK, LEFT_RIGHT, 8 ; person
object_event 42, 14, SPRITE_ROCKET, WALK, LEFT_RIGHT, 9 ; person
def_warps_to CELADON_CITY
def_warps_to CELADON_CITY

View file

@ -0,0 +1,13 @@
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

View file

@ -0,0 +1,11 @@
CeladonUniversityOutside_Object:
db $f ; border block
def_warp_events
warp_event 20, 13, CELADON_UNIVERSITY_INSIDE, 1
def_bg_events
def_object_events
def_warps_to CELADON_UNIVERSITY_OUTSIDE