Added labels to different parts of the map script and event headers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Route2Gate_MapScriptHeader:
|
||||
; trigger count
|
||||
.MapTriggers:
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
ScientistScript_0x9b952:
|
||||
@@ -26,19 +26,19 @@ Route2Gate_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
.Warps:
|
||||
db 4
|
||||
warp_def $0, $4, 3, GROUP_ROUTE_2, MAP_ROUTE_2
|
||||
warp_def $0, $5, 4, GROUP_ROUTE_2, MAP_ROUTE_2
|
||||
warp_def $7, $4, 2, GROUP_ROUTE_2, MAP_ROUTE_2
|
||||
warp_def $7, $5, 2, GROUP_ROUTE_2, MAP_ROUTE_2
|
||||
|
||||
; xy triggers
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
.Signposts:
|
||||
db 0
|
||||
|
||||
; people-events
|
||||
.PersonEvents:
|
||||
db 1
|
||||
person_event SPRITE_SCIENTIST, 8, 10, OW_UP | $0, $20, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, ScientistScript_0x9b952, -1
|
||||
|
Reference in New Issue
Block a user