Remove unreferenced map script heading labels

This commit is contained in:
Rangi
2018-01-30 14:15:47 -05:00
parent 4c4fca1028
commit 65480605e9
389 changed files with 2723 additions and 5440 deletions

View File

@@ -5,13 +5,11 @@ const_value set 2
const DRAGONSHRINE_CLAIR
DragonShrine_MapScripts:
.SceneScripts:
db 2
db 2 ; scene scripts
scene_script .DragonShrineTest
scene_script .DummyScene
.MapCallbacks:
db 0
db 0 ; callbacks
.DragonShrineTest:
priorityjump .DragonShrineTestScript
@@ -658,22 +656,17 @@ DragonShrineSpeechlessText:
done
DragonShrine_MapEvents:
; filler
db 0, 0
db 0, 0 ; filler
.Warps:
db 2
db 2 ; warp events
warp_event 4, 9, 2, DRAGONS_DEN_B1F
warp_event 5, 9, 2, DRAGONS_DEN_B1F
.CoordEvents:
db 0
db 0 ; coord events
.BGEvents:
db 0
db 0 ; bg events
.ObjectEvents:
db 4
db 4 ; object events
object_event 5, 1, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder1Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
object_event 2, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder2Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
object_event 7, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder3Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1