diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-08-01 09:56:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 09:56:44 -0400 |
commit | 03eba6a62ca88a70e1880fdcd76430f30aece75f (patch) | |
tree | 665436b9b562effe30ecfd99ebe31be7b8acf45c /include/strings.h | |
parent | 430a28a207497fc56f8baea7835dbd3733998e37 (diff) | |
parent | 5eecaf92ba035d7b5ef8c52b5ce99d1868bc6c10 (diff) |
Merge pull request #1116 from GriffinRichards/doc-slotmachine
Document slot machine
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 702392efa..50af23a40 100644 --- a/include/strings.h +++ b/include/strings.h @@ -88,6 +88,12 @@ extern const u8 gText_Slots[]; extern const u8 gText_Roulette[]; extern const u8 gText_Jackpot[]; +extern const u8 gText_YouDontHaveThreeCoins[]; +extern const u8 gText_QuitTheGame[]; +extern const u8 gText_YouveGot9999Coins[]; +extern const u8 gText_YouveRunOutOfCoins[]; +extern const u8 gText_ReelTimeHelp[]; + extern const u8 gText_First[]; extern const u8 gText_Second[]; extern const u8 gText_Third[]; |