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:
@@ -4,19 +4,17 @@ const_value set 2
|
||||
MountMoon_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
db 2
|
||||
|
||||
; triggers
|
||||
maptrigger .Trigger0
|
||||
maptrigger .Trigger1
|
||||
maptrigger .RivalEncounter
|
||||
maptrigger .DummyTrigger
|
||||
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
.Trigger0:
|
||||
.RivalEncounter:
|
||||
priorityjump .RivalBattle
|
||||
end
|
||||
|
||||
.Trigger1:
|
||||
.DummyTrigger:
|
||||
end
|
||||
|
||||
.RivalBattle:
|
||||
|
||||
Reference in New Issue
Block a user