2021-07-20 21:18:31 +02:00
|
|
|
Roulette_EventScript_Table1::
|
2021-08-05 18:46:11 +02:00
|
|
|
checkitem ITEM_COIN_CASE
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, FALSE, MauvilleCity_GameCorner_EventScript_NoCoinCase
|
2019-10-05 16:52:48 +02:00
|
|
|
setvar VAR_0x8004, 0
|
2021-11-16 19:55:02 +01:00
|
|
|
getpokenewsactive POKENEWS_GAME_CORNER
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, FALSE, Roulette_EventScript_Play
|
2020-07-29 10:46:58 +02:00
|
|
|
addvar VAR_0x8004, ROULETTE_SPECIAL_RATE
|
2019-10-07 08:00:16 +02:00
|
|
|
goto Roulette_EventScript_Play
|
2019-10-05 16:52:48 +02:00
|
|
|
end
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_EventScript_Table2::
|
2021-08-05 18:46:11 +02:00
|
|
|
checkitem ITEM_COIN_CASE
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, FALSE, MauvilleCity_GameCorner_EventScript_NoCoinCase
|
2019-10-05 16:52:48 +02:00
|
|
|
setvar VAR_0x8004, 1
|
2021-11-16 19:55:02 +01:00
|
|
|
getpokenewsactive POKENEWS_GAME_CORNER
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, FALSE, Roulette_EventScript_Play
|
2020-07-29 10:46:58 +02:00
|
|
|
addvar VAR_0x8004, ROULETTE_SPECIAL_RATE
|
2019-10-07 08:00:16 +02:00
|
|
|
goto Roulette_EventScript_Play
|
2019-10-05 16:52:48 +02:00
|
|
|
end
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_EventScript_Play::
|
2019-10-05 16:52:48 +02:00
|
|
|
special PlayRoulette
|
|
|
|
waitstate
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_PlayMinimumWagerIsX::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "The minimum wager at this table\n"
|
|
|
|
.string "is {STR_VAR_1}. Do you want to play?$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_NotEnoughCoins::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "You don't have enough COINS.$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_SpecialRateTable::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "Special rate table right now!$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_ControlsInstruction::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "Place your wager with the + Control\n"
|
|
|
|
.string "Pad, then press the A Button.$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_ItsAHit::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "It's a hit!$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_Jackpot::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "Jackpot!$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_NothingDoing::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "Nothing doing!$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_YouveWonXCoins::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "You've won {STR_VAR_1} COINS!$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_NoCoinsLeft::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "No COINS left…$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_KeepPlaying::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "Keep playing?$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_BoardWillBeCleared::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "The ROULETTE board will be cleared.$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2019-10-07 08:00:16 +02:00
|
|
|
@ Unused
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_YouDontHaveACoinCase::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "You don't have a COIN CASE.$"
|
2019-09-27 18:22:58 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
Roulette_Text_CoinCaseIsFull::
|
2019-10-05 16:52:48 +02:00
|
|
|
.string "Your COIN CASE is full!\n"
|
|
|
|
.string "Coins can be exchanged for prizes.$"
|