mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
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:
parent
1f4de1562a
commit
9e4e07ec82
20 changed files with 111 additions and 18 deletions
|
|
@ -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
|
||||
13
data/maps/objects/CeladonUniversityInside.asm
Normal file
13
data/maps/objects/CeladonUniversityInside.asm
Normal 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
|
||||
11
data/maps/objects/CeladonUniversityOutside.asm
Normal file
11
data/maps/objects/CeladonUniversityOutside.asm
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue