diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-28 14:22:43 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-28 14:24:46 -0400 |
commit | 9604fa3936bc1144d4f5abd8312ec71abb538bc9 (patch) | |
tree | c1dffc9dbf8d26d85818fbcde11a976b21001583 /data/scripts/record_mix.inc | |
parent | d1d59596f10f97acc58a523d3d99e3ba570b2536 (diff) |
Sync record_mix.inc
Diffstat (limited to 'data/scripts/record_mix.inc')
-rw-r--r-- | data/scripts/record_mix.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/scripts/record_mix.inc b/data/scripts/record_mix.inc new file mode 100644 index 000000000..6415f9ceb --- /dev/null +++ b/data/scripts/record_mix.inc @@ -0,0 +1,22 @@ +@ Seems this was superseded by the Record Center, and the below scripts are now unused +EventScript_MixRecordsPrompt: @ 819FFD5 + lock + faceplayer + msgbox UnusedMixRecordsPromptText, MSGBOX_YESNO + compare VAR_RESULT, YES + goto_if_eq EventScript_MixRecords + compare VAR_RESULT, NO + goto_if_eq EventScript_EndMixRecords + goto EventScript_EndMixRecords + +EventScript_MixRecords: @ 819FFFA + special RecordMixingPlayerSpotTriggered + waitstate + lock + faceplayer +EventScript_EndMixRecords: @ 81A0000 + message UnusedMixRecordsSeeYouAgainText + waitmessage + waitbuttonpress + release + end |