diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-15 18:24:55 -0500 |
|---|---|---|
| committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-15 18:24:55 -0500 |
| commit | e90e3458cb0836a5a027b4ed59fd05f34f904bcf (patch) | |
| tree | e169298ac707b68923d701919cb8401632e00d1a /data/maps/AncientTomb | |
| parent | e95140270be790b03e693f539770abfd6473916e (diff) | |
Document the regi* code more
Fixed some confusing naming, named some unknown symbols, and fixed the
names of some flags.
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..7e9b027b2 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_BRAILLE_REGISTEEL_HM, 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_BRAILLE_REGISTEEL_HM, AncientTomb_EventScript_239046 braillemessage AncientTomb_Braille_2A6D06 waitbuttonpress hidebox2 |
