Split map scripts, text, events from main.asm
The commit we deserve
This commit is contained in:
41
maps/Underground.asm
Normal file
41
maps/Underground.asm
Normal file
@@ -0,0 +1,41 @@
|
||||
Underground_MapScriptHeader: ; 0x74391
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x74393
|
||||
|
||||
MapUndergroundSignpostItem0: ; 0x74393
|
||||
dw $00e5
|
||||
db FULL_RESTORE
|
||||
|
||||
; 0x74396
|
||||
|
||||
MapUndergroundSignpostItem1: ; 0x74396
|
||||
dw $00e6
|
||||
db X_SPECIAL
|
||||
|
||||
; 0x74399
|
||||
|
||||
Underground_MapEventHeader: ; 0x74399
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 2
|
||||
warp_def $2, $3, 3, GROUP_ROUTE_5_UNDERGROUND_ENTRANCE, MAP_ROUTE_5_UNDERGROUND_ENTRANCE
|
||||
warp_def $18, $3, 3, GROUP_ROUTE_6_UNDERGROUND_ENTRANCE, MAP_ROUTE_6_UNDERGROUND_ENTRANCE
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 2
|
||||
signpost 9, 3, $7, MapUndergroundSignpostItem0
|
||||
signpost 19, 1, $7, MapUndergroundSignpostItem1
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
; 0x743b3
|
||||
|
Reference in New Issue
Block a user