You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08: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:
@@ -13,12 +13,9 @@ RadioTower3F_MapScriptHeader:
|
||||
|
||||
.MapCallbacks:
|
||||
db 1
|
||||
dbw MAPCALLBACK_TILES, .CardKeyShutterCallback
|
||||
|
||||
; callbacks
|
||||
|
||||
dbw MAPCALLBACK_TILES, CardKeyShutterCallback
|
||||
|
||||
CardKeyShutterCallback:
|
||||
.CardKeyShutterCallback:
|
||||
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||
iftrue .Change
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user