diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-22 18:15:13 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-22 17:57:28 -0500 |
commit | 7d24f2d62c307a1d72b6bb766258fc91d6e79a85 (patch) | |
tree | e02ab4aedd51fb7f5839f8f1c5988093d01c1c89 /data/scripts/record_mix.inc | |
parent | ca2c6fa9b1222c1e871c41c497b8690405845b66 (diff) |
Document record_mix.inc and clean surf.inc
Diffstat (limited to 'data/scripts/record_mix.inc')
-rw-r--r-- | data/scripts/record_mix.inc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/data/scripts/record_mix.inc b/data/scripts/record_mix.inc index 7e9a2de7e..f70b7f83e 100644 --- a/data/scripts/record_mix.inc +++ b/data/scripts/record_mix.inc @@ -1,21 +1,22 @@ -EventScript_271D5E:: @ 8271D5E +@ Seems this was superseded by the Record Center, and the below scripts are now unused +EventScript_MixRecordsPrompt:: @ 8271D5E lock faceplayer msgbox Text_WouldYouLikeToMixRecords, MSGBOX_YESNO compare VAR_RESULT, 1 - goto_if_eq EventScript_271D83 + goto_if_eq EventScript_MixRecords compare VAR_RESULT, 0 - goto_if_eq EventScript_271D89 - goto EventScript_271D89 + goto_if_eq EventScript_DeclineMixRecords + goto EventScript_DeclineMixRecords -EventScript_271D83:: @ 8271D83 +EventScript_MixRecords:: @ 8271D83 special RecordMixingPlayerSpotTriggered waitstate lock faceplayer -EventScript_271D89:: @ 8271D89 - message Text_WouldNotLikeToMixRecords +EventScript_DeclineMixRecords:: @ 8271D89 + message Text_WeHopeToSeeYouAgain waitmessage waitbuttonpress release |