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 PEWTERSNOOZESPEECHHOUSE_GRAMPS
PewterSnoozeSpeechHouse_MapScripts:
.SceneScripts:
db 0
db 0 ; scene scripts
.MapCallbacks:
db 0
db 0 ; callbacks
PewterSnoozeSpeechHouseGrampsScript:
jumptextfaceplayer PewterSnoozeSpeechHouseGrampsText
@@ -21,22 +19,17 @@ PewterSnoozeSpeechHouseGrampsText:
done
PewterSnoozeSpeechHouse_MapEvents:
; filler
db 0, 0
db 0, 0 ; filler
.Warps:
db 2
db 2 ; warp events
warp_event 2, 7, 5, PEWTER_CITY
warp_event 3, 7, 5, PEWTER_CITY
.CoordEvents:
db 0
db 0 ; coord events
.BGEvents:
db 2
db 2 ; bg events
bg_event 0, 1, BGEVENT_READ, PewterSnoozeSpeechHouseBookshelf
bg_event 1, 1, BGEVENT_READ, PewterSnoozeSpeechHouseBookshelf
.ObjectEvents:
db 1
db 1 ; object events
object_event 5, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, PewterSnoozeSpeechHouseGrampsScript, -1