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:
@@ -14,18 +14,16 @@ const_value set 2
|
||||
Route25_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
db 2
|
||||
|
||||
; triggers
|
||||
dw UnknownScript_0x19ee9e, 0
|
||||
dw UnknownScript_0x19ee9f, 0
|
||||
maptrigger .DummyTrigger0
|
||||
maptrigger .DummyTrigger1
|
||||
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
UnknownScript_0x19ee9e:
|
||||
.DummyTrigger0:
|
||||
end
|
||||
|
||||
UnknownScript_0x19ee9f:
|
||||
.DummyTrigger1:
|
||||
end
|
||||
|
||||
UnknownScript_0x19eea0:
|
||||
|
||||
Reference in New Issue
Block a user