diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-01 21:04:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 21:04:16 -0400 |
commit | 00cf527c16d02fc912666d97a49dc7fedf996225 (patch) | |
tree | 251d6ae09bb0d9ea99303cd507281b35bf9a010a /data/strings.s | |
parent | 1a34a06758175b4d39ee0a81c3441ac958d005fd (diff) | |
parent | da78b51cf3e3031b4c3594c37e1b2b17566db8e2 (diff) |
Merge pull request #85 from pret/slot_machine
Slot machine
Diffstat (limited to 'data/strings.s')
-rw-r--r-- | data/strings.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/strings.s b/data/strings.s index e1804aae0..4f6b40d85 100644 --- a/data/strings.s +++ b/data/strings.s @@ -3067,13 +3067,13 @@ gText_HatchedFromEgg:: @ 841B6FD gText_NickHatchPrompt:: @ 841B716 .string "Would you like to nickname the newly\nhatched {STR_VAR_1}?$" -gUnknown_841B747:: @ 841B747 +gString_OutOfCoins:: @ 841B747 .string "You've run out of COINS.\nGame over!$" -gUnknown_841B76B:: @ 841B76B +gString_QuitPlaying:: @ 841B76B .string "Quit playing?$" -gUnknown_841B779:: @ 841B779 +gString_SlotMachineControls:: @ 841B779 .string "{KEYGFX_DPAD_LEFT_RIGHT}COMBOS {KEYGFX_DPAD_DOWN}WAGER {KEYGFX_A_BUTTON}STOP {KEYGFX_B_BUTTON}EXIT$" gUnknown_841B798:: @ 0x841B798 |