diff options
author | huderlem <huderlem@gmail.com> | 2019-12-17 19:26:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 19:26:04 -0600 |
commit | 45eefac5b9d25015671341f5f8888dc602d1a293 (patch) | |
tree | c2d5f2f056d753bb65dfd36ec3ca7d27419f2c31 /data/scripts/apprentice.inc | |
parent | edb5df1716beb4ea81ef0493a3fac0a43cc6eae5 (diff) | |
parent | 4879c1eab27b0a01410d6c56c0a25b8152b166b8 (diff) |
Merge pull request #934 from GriffinRichards/constants-fade
Use fadescreen constants
Diffstat (limited to 'data/scripts/apprentice.inc')
-rw-r--r-- | data/scripts/apprentice.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/apprentice.inc b/data/scripts/apprentice.inc index 53b43a1f9..b3ae904a0 100644 --- a/data/scripts/apprentice.inc +++ b/data/scripts/apprentice.inc @@ -96,7 +96,7 @@ Apprentice_EventScript_UseWhatHeldItem: @ 82B6ACF apprentice_msg TRUE, APPRENTICE_MSG_WHAT_HELD_ITEM apprentice_freequestion Apprentice_EventScript_ChooseHoldItem: @ 82B6B09 - fadescreen 1 + fadescreen FADE_TO_BLACK setvar VAR_RESULT, 0 apprentice_openbag compare VAR_RESULT, FALSE |