Split some smaller files from event_scripts

This commit is contained in:
GriffinR
2019-10-21 06:46:57 -04:00
committed by huderlem
parent 5b845bb0a0
commit c70162086b
17 changed files with 585 additions and 586 deletions

View File

@@ -0,0 +1,22 @@
EventScript_271D5E:: @ 8271D5E
lock
faceplayer
msgbox Text_WouldYouLikeToMixRecords, MSGBOX_YESNO
compare VAR_RESULT, 1
goto_if_eq EventScript_271D83
compare VAR_RESULT, 0
goto_if_eq EventScript_271D89
goto EventScript_271D89
EventScript_271D83:: @ 8271D83
special RecordMixingPlayerSpotTriggered
waitstate
lock
faceplayer
EventScript_271D89:: @ 8271D89
message Text_WouldNotLikeToMixRecords
waitmessage
waitbuttonpress
release
end