diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-05 10:52:48 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-05 10:52:48 -0400 |
commit | 749247b9104426fc8c652c5454fc1508b35c43b0 (patch) | |
tree | 690524d16cace170f632228c18b23305044315d7 /data/scripts/roulette.inc | |
parent | 2ac3ad3e607c0c54d28223825b39b9e695022b5c (diff) |
Convert 4 spaces in .inc to tab
Diffstat (limited to 'data/scripts/roulette.inc')
-rw-r--r-- | data/scripts/roulette.inc | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/data/scripts/roulette.inc b/data/scripts/roulette.inc index 877308bc2..1dda5e17b 100644 --- a/data/scripts/roulette.inc +++ b/data/scripts/roulette.inc @@ -1,70 +1,70 @@ MauvilleCity_GameCorner_EventScript_2A5AB1:: @ 82A5AB1 - checkitem ITEM_COIN_CASE, 1 - compare VAR_RESULT, 0 - goto_if_eq MauvilleCity_GameCorner_EventScript_210456 - setvar VAR_0x8004, 0 - getpricereduction 2 - compare VAR_RESULT, 0 - goto_if_eq MauvilleCity_GameCorner_EventScript_2A5B0D - addvar VAR_0x8004, 128 - goto MauvilleCity_GameCorner_EventScript_2A5B0D - end + checkitem ITEM_COIN_CASE, 1 + compare VAR_RESULT, 0 + goto_if_eq MauvilleCity_GameCorner_EventScript_210456 + setvar VAR_0x8004, 0 + getpricereduction 2 + compare VAR_RESULT, 0 + goto_if_eq MauvilleCity_GameCorner_EventScript_2A5B0D + addvar VAR_0x8004, 128 + goto MauvilleCity_GameCorner_EventScript_2A5B0D + end MauvilleCity_GameCorner_EventScript_2A5ADF:: @ 82A5ADF - checkitem ITEM_COIN_CASE, 1 - compare VAR_RESULT, 0 - goto_if_eq MauvilleCity_GameCorner_EventScript_210456 - setvar VAR_0x8004, 1 - getpricereduction 2 - compare VAR_RESULT, 0 - goto_if_eq MauvilleCity_GameCorner_EventScript_2A5B0D - addvar VAR_0x8004, 128 - goto MauvilleCity_GameCorner_EventScript_2A5B0D - end + checkitem ITEM_COIN_CASE, 1 + compare VAR_RESULT, 0 + goto_if_eq MauvilleCity_GameCorner_EventScript_210456 + setvar VAR_0x8004, 1 + getpricereduction 2 + compare VAR_RESULT, 0 + goto_if_eq MauvilleCity_GameCorner_EventScript_2A5B0D + addvar VAR_0x8004, 128 + goto MauvilleCity_GameCorner_EventScript_2A5B0D + end MauvilleCity_GameCorner_EventScript_2A5B0D:: @ 82A5B0D - special PlayRoulette - waitstate - end - + special PlayRoulette + waitstate + end + gUnknown_082A5B12:: @ 82A5B12 - .string "The minimum wager at this table\n" - .string "is {STR_VAR_1}. Do you want to play?$" + .string "The minimum wager at this table\n" + .string "is {STR_VAR_1}. Do you want to play?$" gUnknown_082A5B4E:: @ 82A5B4E - .string "You don't have enough COINS.$" + .string "You don't have enough COINS.$" gUnknown_082A5B6B:: @ 82A5B6B - .string "Special rate table right now!$" + .string "Special rate table right now!$" gUnknown_082A5B89:: @ 82A5B89 - .string "Place your wager with the + Control\n" - .string "Pad, then press the A Button.$" + .string "Place your wager with the + Control\n" + .string "Pad, then press the A Button.$" gUnknown_082A5BCB:: @ 82A5BCB - .string "It's a hit!$" + .string "It's a hit!$" gUnknown_082A5BD7:: @ 82A5BD7 - .string "Jackpot!$" + .string "Jackpot!$" gUnknown_082A5BE0:: @ 82A5BE0 - .string "Nothing doing!$" + .string "Nothing doing!$" gUnknown_082A5BEF:: @ 82A5BEF - .string "You've won {STR_VAR_1} COINS!$" + .string "You've won {STR_VAR_1} COINS!$" gUnknown_082A5C04:: @ 82A5C04 - .string "No COINS left…$" + .string "No COINS left…$" gUnknown_082A5C13:: @ 82A5C13 - .string "Keep playing?$" + .string "Keep playing?$" gUnknown_082A5C21:: @ 82A5C21 - .string "The ROULETTE board will be cleared.$" + .string "The ROULETTE board will be cleared.$" gUnknown_082A5C45:: @ 82A5C45 - .string "You don't have a COIN CASE.$" + .string "You don't have a COIN CASE.$" gUnknown_082A5C61:: @ 82A5C61 - .string "Your COIN CASE is full!\n" - .string "Coins can be exchanged for prizes.$" + .string "Your COIN CASE is full!\n" + .string "Coins can be exchanged for prizes.$" |