summaryrefslogtreecommitdiff
path: root/data/maps/MtEmber_Summit
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-21 09:58:14 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-21 09:58:14 -0400
commita1bddb8f8c3f43d0942e2874f9d873d4bcf05371 (patch)
tree679283620e586e95daab351afd1ce43d8bd56c8e /data/maps/MtEmber_Summit
parent3ab70c735e86369dc927beb5cddf7adc2e96afd9 (diff)
Remaining story flags referenced in event scripts
Diffstat (limited to 'data/maps/MtEmber_Summit')
-rw-r--r--data/maps/MtEmber_Summit/scripts.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/MtEmber_Summit/scripts.inc b/data/maps/MtEmber_Summit/scripts.inc
index 2efadb01f..e433a4665 100644
--- a/data/maps/MtEmber_Summit/scripts.inc
+++ b/data/maps/MtEmber_Summit/scripts.inc
@@ -16,7 +16,7 @@ EventScript_163B11:: @ 8163B11
return
MtEmber_Summit_MapScript1_163B25:: @ 8163B25
- checkflag FLAG_0x2BD
+ checkflag FLAG_FOUGHT_MOLTRES
call_if FALSE, EventScript_163B2F
end
@@ -51,12 +51,12 @@ MtEmber_Summit_EventScript_163B33:: @ 8163B33
goto_if eq, EventScript_163B9F
compare_var_to_value VAR_RESULT, 5
goto_if eq, EventScript_163B9F
- setflag FLAG_0x2BD
+ setflag FLAG_FOUGHT_MOLTRES
release
end
EventScript_163B96:: @ 8163B96
- setflag FLAG_0x2BD
+ setflag FLAG_FOUGHT_MOLTRES
goto EventScript_1A922D
end