mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-02 00:17:10 -05:00
23 lines
451 B
PHP
23 lines
451 B
PHP
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
|