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

View File

@@ -0,0 +1,29 @@
SafariZoneFuchsiaGateBeta_MapScriptHeader: ; 0x74458
; trigger count
db 0
; callback count
db 0
; 0x7445a
SafariZoneFuchsiaGateBeta_MapEventHeader: ; 0x7445a
; filler
db 0, 0
; warps
db 4
warp_def $0, $4, 1, GROUP_SAFARI_ZONE_BETA, MAP_SAFARI_ZONE_BETA
warp_def $0, $5, 2, GROUP_SAFARI_ZONE_BETA, MAP_SAFARI_ZONE_BETA
warp_def $7, $4, 7, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
warp_def $7, $5, 7, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY
; xy triggers
db 0
; signposts
db 0
; people-events
db 0
; 0x74474