mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00

Savoy City is now full of savvy younglings ready to bombard people with old slang. I wanted it to be a capitalistic hellscape where all the young ones trying to keep up with the trends. A few older people, as well as those entering, do not appreciate the babel.
26 lines
433 B
NASM
26 lines
433 B
NASM
object_const_def
|
|
|
|
CoralCity_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
callback MAPCALLBACK_NEWMAP, CoralCityFlypointCallback
|
|
|
|
CoralCityFlypointCallback:
|
|
setflag ENGINE_FLYPOINT_CORAL
|
|
endcallback
|
|
|
|
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
|
|
|