You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Remove unreferenced map script heading labels
This commit is contained in:
@@ -3,11 +3,9 @@ const_value set 2
|
||||
const GOLDENRODDEPTSTORE6F_SUPER_NERD
|
||||
|
||||
GoldenrodDeptStore6F_MapScripts:
|
||||
.SceneScripts:
|
||||
db 0
|
||||
db 0 ; scene scripts
|
||||
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
db 0 ; callbacks
|
||||
|
||||
GoldenrodVendingMachine:
|
||||
opentext
|
||||
@@ -148,20 +146,16 @@ GoldenrodDeptStore6FDirectoryText:
|
||||
done
|
||||
|
||||
GoldenrodDeptStore6F_MapEvents:
|
||||
; filler
|
||||
db 0, 0
|
||||
db 0, 0 ; filler
|
||||
|
||||
.Warps:
|
||||
db 3
|
||||
db 3 ; warp events
|
||||
warp_event 15, 0, 2, GOLDENROD_DEPT_STORE_5F
|
||||
warp_event 2, 0, 1, GOLDENROD_DEPT_STORE_ELEVATOR
|
||||
warp_event 13, 0, 1, GOLDENROD_DEPT_STORE_ROOF
|
||||
|
||||
.CoordEvents:
|
||||
db 0
|
||||
db 0 ; coord events
|
||||
|
||||
.BGEvents:
|
||||
db 6
|
||||
db 6 ; bg events
|
||||
bg_event 14, 0, BGEVENT_READ, GoldenrodDeptStore6FDirectory
|
||||
bg_event 3, 0, BGEVENT_READ, GoldenrodDeptStore6FElevatorButton
|
||||
bg_event 8, 1, BGEVENT_UP, GoldenrodVendingMachine
|
||||
@@ -169,7 +163,6 @@ GoldenrodDeptStore6F_MapEvents:
|
||||
bg_event 10, 1, BGEVENT_UP, GoldenrodVendingMachine
|
||||
bg_event 11, 1, BGEVENT_UP, GoldenrodVendingMachine
|
||||
|
||||
.ObjectEvents:
|
||||
db 2
|
||||
db 2 ; object events
|
||||
object_event 10, 2, SPRITE_LASS, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, GoldenrodDeptStore6FLassScript, -1
|
||||
object_event 8, 2, SPRITE_SUPER_NERD, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, GoldenrodDeptStore6FSuperNerdScript, -1
|
||||
|
||||
Reference in New Issue
Block a user