Added labels to different parts of the map script and event headers

This commit is contained in:
PikalaxALT
2015-07-21 00:02:21 -04:00
parent 471492b775
commit 5631bdc0d7
395 changed files with 2403 additions and 2390 deletions

View File

@@ -1,8 +1,8 @@
Route10South_MapScriptHeader:
; trigger count
.MapTriggers:
db 0
; callback count
.MapCallbacks:
db 0
TrainerHikerJim:
@@ -75,18 +75,18 @@ Route10South_MapEventHeader:
; filler
db 0, 0
; warps
.Warps:
db 1
warp_def $1, $6, 2, GROUP_ROCK_TUNNEL_1F, MAP_ROCK_TUNNEL_1F
; xy triggers
.XYTriggers:
db 0
; signposts
.Signposts:
db 1
signpost 3, 5, SIGNPOST_READ, MapRoute10SouthSignpost0Script
; people-events
.PersonEvents:
db 2
person_event SPRITE_POKEFAN_M, 7, 21, OW_LEFT | $0, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 3, TrainerHikerJim, -1
person_event SPRITE_POKEFAN_M, 14, 12, OW_LEFT | $2, $0, -1, -1, (PAL_OW_RED << 4) | $82, 3, TrainerPokefanmRobert, -1