mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Hey do you like this new gate. What do you mean it's 3 in the morning.
This commit is contained in:
parent
0161dc096d
commit
6c2a1d2707
12 changed files with 35 additions and 5 deletions
2
maps/NihonGateEastWest.ablk
Normal file
2
maps/NihonGateEastWest.ablk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ Route66_MapEvents:
|
|||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 57, 9, WHITE_CITY, 1 ; Placeholder until route gate is set up
|
||||
warp_event 57, 9, ROUTE_66_WHITE_CITY_GATE, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
|
|
|
|||
21
maps/Route66WhiteCityGate.asm
Normal file
21
maps/Route66WhiteCityGate.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
object_const_def
|
||||
|
||||
Route66WhiteCityGate_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route66WhiteCityGate_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 0, 7, ROUTE_66, 1
|
||||
warp_event 1, 7, ROUTE_66, 1
|
||||
warp_event 8, 7, WHITE_CITY, 1
|
||||
warp_event 9, 7, WHITE_CITY, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
|
@ -9,7 +9,7 @@ WhiteCity_MapEvents:
|
|||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 6, 27, ROUTE_66, 1
|
||||
warp_event 6, 27, ROUTE_66_WHITE_CITY_GATE, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue