mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-21 23:12:16 +13:00
Integrate Route 53
For some reason the map was in the game with no data, so I added it into the region with some signs. No connection to the nonexistent Ochre Town.
This commit is contained in:
parent
8f3e178a35
commit
2fe0d906ea
11 changed files with 141 additions and 11 deletions
50
maps/Route53.asm
Normal file
50
maps/Route53.asm
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
object_const_def
|
||||
|
||||
Route53_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route53SignScript1:
|
||||
jumptext Route53SignText1
|
||||
|
||||
Route53SignText1:
|
||||
text "ROUTE 53"
|
||||
para "WEST: RUDDY TOWN"
|
||||
line "EAST: OCHRE TOWN"
|
||||
done
|
||||
|
||||
Route53SignScript2:
|
||||
jumptext Route53SignText2
|
||||
|
||||
Route53SignText2:
|
||||
text "RUDDY SAND"
|
||||
line "BATHS"
|
||||
|
||||
para "Relax your"
|
||||
line "mind and body!"
|
||||
done
|
||||
|
||||
Route53SignScript3:
|
||||
jumptext Route53SignText3
|
||||
|
||||
Route53SignText3:
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
done
|
||||
|
||||
Route53_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 6, 9, ROUTE_53_RUDDY_TOWN_GATE, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 8, 9, BGEVENT_READ, Route53SignScript1
|
||||
bg_event 24, 9, BGEVENT_READ, Route53SignScript2
|
||||
bg_event 16, 6, BGEVENT_READ, Route53SignScript3
|
||||
|
||||
def_object_events
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue