diff options
Diffstat (limited to 'maps/DragonShrine.asm')
-rw-r--r-- | maps/DragonShrine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/DragonShrine.asm b/maps/DragonShrine.asm index 2f865fc50..3a46472e4 100644 --- a/maps/DragonShrine.asm +++ b/maps/DragonShrine.asm @@ -3,8 +3,8 @@ DragonShrine_MapScriptHeader: db 2 ; triggers - dw .Trigger1, NONE - dw .Trigger2, NONE + dw .Trigger1, 0 + dw .Trigger2, 0 .MapCallbacks: db 0 |