Split map scripts, text, events from main.asm
The commit we deserve
This commit is contained in:
37
maps/Route22.asm
Normal file
37
maps/Route22.asm
Normal file
@@ -0,0 +1,37 @@
|
||||
Route22_MapScriptHeader: ; 0x7c000
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x7c002
|
||||
|
||||
MapRoute22Signpost0Script: ; 0x7c002
|
||||
jumptext UnknownText_0x7c005
|
||||
; 0x7c005
|
||||
|
||||
UnknownText_0x7c005: ; 0x7c005
|
||||
db $0, "#MON LEAGUE", $51
|
||||
db "VICTORY ROAD", $4f
|
||||
db "ENTRANCE", $57
|
||||
; 0x7c028
|
||||
|
||||
Route22_MapEventHeader: ; 0x7c028
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 1
|
||||
warp_def $5, $d, 1, GROUP_VICTORY_ROAD_GATE, MAP_VICTORY_ROAD_GATE
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 1
|
||||
signpost 7, 15, $0, MapRoute22Signpost0Script
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
; 0x7c038
|
||||
|
Reference in New Issue
Block a user