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 ROUTE5UNDERGROUNDPATHENTRANCE_TEACHER
Route5UndergroundPathEntrance_MapScripts:
.SceneScripts:
db 0
db 0 ; scene scripts
.MapCallbacks:
db 0
db 0 ; callbacks
Route5UndergroundPathEntranceTeacherScript:
jumptextfaceplayer Route5UndergroundPathEntranceTeacherText
@@ -20,21 +18,16 @@ Route5UndergroundPathEntranceTeacherText:
done
Route5UndergroundPathEntrance_MapEvents:
; filler
db 0, 0
db 0, 0 ; filler
.Warps:
db 3
db 3 ; warp events
warp_event 3, 7, 1, ROUTE_5
warp_event 4, 7, 1, ROUTE_5
warp_event 4, 3, 1, UNDERGROUND_PATH
.CoordEvents:
db 0
db 0 ; coord events
.BGEvents:
db 0
db 0 ; bg events
.ObjectEvents:
db 1
db 1 ; object events
object_event 2, 2, SPRITE_TEACHER, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route5UndergroundPathEntranceTeacherScript, -1