diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-30 16:19:10 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-30 16:19:10 -0400 |
| commit | 13cd2a41f03ca56f45cab6769cb2738070cc5cf2 (patch) | |
| tree | 4ccd21eae452226761b85bd9ba07390b9d9f3cef /data/maps/DesertRuins/scripts.inc | |
| parent | 71605556ab6efef43fdaed3f4e84e41c85ac719b (diff) | |
Better braille support
Diffstat (limited to 'data/maps/DesertRuins/scripts.inc')
| -rw-r--r-- | data/maps/DesertRuins/scripts.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/data/maps/DesertRuins/scripts.inc b/data/maps/DesertRuins/scripts.inc index 414dbfc57..1bcaa23bf 100644 --- a/data/maps/DesertRuins/scripts.inc +++ b/data/maps/DesertRuins/scripts.inc @@ -40,9 +40,7 @@ DesertRuins_EventScript_ShowRegirock:: DesertRuins_EventScript_CaveEntranceMiddle:: lockall goto_if_set FLAG_SYS_REGIROCK_PUZZLE_COMPLETED, DesertRuins_EventScript_BigHoleInWall - braillemessage DesertRuins_Braille_UseRockSmash - waitbuttonpress - closebraillemessage + braillemsgbox DesertRuins_Braille_UseRockSmash releaseall end @@ -53,9 +51,7 @@ DesertRuins_EventScript_BigHoleInWall:: DesertRuins_EventScript_CaveEntranceSide:: lockall - braillemessage DesertRuins_Braille_UseRockSmash - waitbuttonpress - closebraillemessage + braillemsgbox DesertRuins_Braille_UseRockSmash releaseall end |
