mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
Gate.
This commit is contained in:
parent
eb10621ac6
commit
c00670604d
9 changed files with 35 additions and 9 deletions
|
|
@ -117,7 +117,7 @@ Route50_MapEvents:
|
|||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 6, 5, SAVOY_CITY, 1 ; West Gate
|
||||
warp_event 6, 5, ROUTE_50_SAVOY_CITY_GATE, 3 ; West Gate
|
||||
warp_event 15, 4, JACKYS_HOUSE, 1 ; Game House
|
||||
|
||||
def_coord_events
|
||||
|
|
|
|||
21
maps/Route50SavoyCityGate.asm
Normal file
21
maps/Route50SavoyCityGate.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
object_const_def
|
||||
|
||||
Route50SavoyCityGate_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route50SavoyCityGate_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 0, 7, SAVOY_CITY, 1
|
||||
warp_event 1, 7, SAVOY_CITY, 1
|
||||
warp_event 8, 7, ROUTE_50, 1
|
||||
warp_event 9, 7, ROUTE_50, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
|
@ -9,9 +9,9 @@ SavoyCity_MapEvents:
|
|||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 33, 15, ROUTE_50, 1 ;east gate
|
||||
warp_event 22, 5, DEBUG_ROOM, 1 ;north gate, left
|
||||
warp_event 23, 5, DEBUG_ROOM, 1 ;north gate, right
|
||||
warp_event 33, 15, ROUTE_50_SAVOY_CITY_GATE, 1 ;east gate
|
||||
warp_event 22, 5, DEBUG_ROOM, 1 ;north gate, left
|
||||
warp_event 23, 5, DEBUG_ROOM, 1 ;north gate, right
|
||||
|
||||
def_coord_events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue