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

@@ -2,11 +2,9 @@ const_value set 2
const LAKEOFRAGEHIDDENPOWERHOUSE_FISHER
LakeOfRageHiddenPowerHouse_MapScripts:
.SceneScripts:
db 0
db 0 ; scene scripts
.MapCallbacks:
db 0
db 0 ; callbacks
HiddenPowerGuy:
faceplayer
@@ -68,22 +66,17 @@ HiddenPowerGuyText3:
done
LakeOfRageHiddenPowerHouse_MapEvents:
; filler
db 0, 0
db 0, 0 ; filler
.Warps:
db 2
db 2 ; warp events
warp_event 2, 7, 1, LAKE_OF_RAGE
warp_event 3, 7, 1, LAKE_OF_RAGE
.CoordEvents:
db 0
db 0 ; coord events
.BGEvents:
db 2
db 2 ; bg events
bg_event 0, 1, BGEVENT_READ, HiddenPowerHouseBookshelf
bg_event 1, 1, BGEVENT_READ, HiddenPowerHouseBookshelf
.ObjectEvents:
db 1
db 1 ; object events
object_event 2, 3, SPRITE_FISHER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, HiddenPowerGuy, -1