Split map scripts, text, events from main.asm

The commit we deserve
This commit is contained in:
yenatch
2013-02-17 01:54:07 -05:00
parent 9761a1a632
commit 48dbfc6333
390 changed files with 81941 additions and 80824 deletions

37
maps/Route22.asm Normal file
View 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