mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
Coral City (High-Tech)
This commit is contained in:
parent
71739fddc2
commit
7a6d9b3b46
20 changed files with 145 additions and 13 deletions
6
maps/CoralCity.ablk
Normal file
6
maps/CoralCity.ablk
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
01
|
||||
0?999;05J0;47(((ACB6;0?;
|
||||
0
&4!"#&4$ &26(3)*+47((301
|
||||
4
|
||||
41-./,2652@(((D((((67(((((6;?1
|
||||
0;?5J0?7((((AIHEFG>
|
||||
20
maps/CoralCity.asm
Normal file
20
maps/CoralCity.asm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
object_const_def
|
||||
|
||||
CoralCity_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
CoralCity_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 14, 32, SAVOY_CITY, 4 ;south port, north
|
||||
warp_event 14, 33, SAVOY_CITY, 5 ;south port, south
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
|
|
@ -12,6 +12,8 @@ SavoyCity_MapEvents:
|
|||
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
|
||||
warp_event 4, 8, CORAL_CITY, 1 ;port north
|
||||
warp_event 4, 9, CORAL_CITY, 2 ;port south
|
||||
|
||||
def_coord_events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue