diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-02-18 13:23:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-18 13:23:19 -0600 |
| commit | 924cbe9ee4f4fded710bdb77014f6de48e461f77 (patch) | |
| tree | 6a3da8a78c3c1d3804e403a3b4e68a387cf09762 /data/maps/AncientTomb | |
| parent | 047d8288cc742e98701c2bee512797c89def7bec (diff) | |
| parent | 486cf449b8d5715d4ba7d5f1144ab9b8288dd3ee (diff) | |
Merge pull request #560 from Phlosioneer/regi-documentation
Document the regi* code more
Diffstat (limited to 'data/maps/AncientTomb')
| -rw-r--r-- | data/maps/AncientTomb/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/AncientTomb/scripts.inc b/data/maps/AncientTomb/scripts.inc index 45bb9e007..241cb50f1 100644 --- a/data/maps/AncientTomb/scripts.inc +++ b/data/maps/AncientTomb/scripts.inc @@ -25,7 +25,7 @@ AncientTomb_EventScript_238FEE:: @ 8238FEE return AncientTomb_MapScript1_238FF2: @ 8238FF2 - call_if_unset FLAG_SYS_BRAILLE_FLY, AncientTomb_EventScript_238FFC + call_if_unset FLAG_SYS_REGISTEEL_PUZZLE_COMPLETED, AncientTomb_EventScript_238FFC end AncientTomb_EventScript_238FFC:: @ 8238FFC @@ -39,7 +39,7 @@ AncientTomb_EventScript_238FFC:: @ 8238FFC AncientTomb_EventScript_239033:: @ 8239033 lockall - goto_if_set FLAG_SYS_BRAILLE_FLY, AncientTomb_EventScript_239046 + goto_if_set FLAG_SYS_REGISTEEL_PUZZLE_COMPLETED, AncientTomb_EventScript_239046 braillemessage AncientTomb_Braille_2A6D06 waitbuttonpress hidebox2 |
