You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
All map triggers use the maptrigger macro, not dw
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents
This commit is contained in:
@@ -6,19 +6,14 @@ const_value set 2
|
||||
MountMoonSquare_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
db 1
|
||||
|
||||
; triggers
|
||||
dw .Trigger0, 0
|
||||
maptrigger .DummyTrigger
|
||||
|
||||
.MapCallbacks:
|
||||
db 2
|
||||
|
||||
; callbacks
|
||||
|
||||
dbw MAPCALLBACK_NEWMAP, .DisappearMoonStone
|
||||
dbw MAPCALLBACK_OBJECTS, .DisappearRock
|
||||
|
||||
.Trigger0:
|
||||
.DummyTrigger:
|
||||
end
|
||||
|
||||
.DisappearMoonStone:
|
||||
|
||||
Reference in New Issue
Block a user