diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-21 00:02:21 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-21 00:02:21 -0400 |
| commit | 5631bdc0d7f90d5036b71489883d787715983d41 (patch) | |
| tree | 59d21b35a7af8686f62e41171c7fde7eeb60cb64 /maps/Route40BattleTowerGate.asm | |
| parent | 471492b775fc2a0f5162f3d1c13c5472359beb14 (diff) | |
Added labels to different parts of the map script and event headers
Diffstat (limited to 'maps/Route40BattleTowerGate.asm')
| -rw-r--r-- | maps/Route40BattleTowerGate.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/Route40BattleTowerGate.asm b/maps/Route40BattleTowerGate.asm index c8cd6259e..f5905a9ba 100644 --- a/maps/Route40BattleTowerGate.asm +++ b/maps/Route40BattleTowerGate.asm @@ -1,8 +1,8 @@ Route40BattleTowerGate_MapScriptHeader: - ; trigger count +.MapTriggers: db 0 - ; callback count +.MapCallbacks: db 1 ; callbacks @@ -73,20 +73,20 @@ Route40BattleTowerGate_MapEventHeader: ; filler db 0, 0 - ; warps +.Warps: db 4 warp_def $7, $4, 1, GROUP_ROUTE_40, MAP_ROUTE_40 warp_def $7, $5, 1, GROUP_ROUTE_40, MAP_ROUTE_40 warp_def $0, $4, 1, GROUP_BATTLE_TOWER_OUTSIDE, MAP_BATTLE_TOWER_OUTSIDE warp_def $0, $5, 2, GROUP_BATTLE_TOWER_OUTSIDE, MAP_BATTLE_TOWER_OUTSIDE - ; xy triggers +.XYTriggers: db 0 - ; signposts +.Signposts: db 0 - ; people-events +.PersonEvents: db 2 person_event SPRITE_ROCKER, 7, 7, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, RockerScript_0x9f669, EVENT_BATTLE_TOWER_OUTSIDE_SAILOR person_event SPRITE_TWIN, 9, 11, OW_UP | $0, $10, -1, -1, (PAL_OW_RED << 4) | $80, 0, TwinScript_0x9f66c, -1 |
