diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-09-01 17:15:35 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-09-01 17:15:35 -0500 |
commit | 8ecf3b2159efbbd760fcf8fc6a16990bd409269f (patch) | |
tree | 3149b94eb65d86a170a4f4cb7abf6ae693e59c6f /include/strings.h | |
parent | 1895383352da3bd5a4f4990fab045ae3610937fc (diff) |
Start decompiling shop.c
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/strings.h b/include/strings.h index e72360563..0515f953f 100644 --- a/include/strings.h +++ b/include/strings.h @@ -151,8 +151,6 @@ extern const u8 gMenuText_Confirm[]; extern const u8 gMenuText_Show[]; extern const u8 gMenuText_Give2[]; -extern const u8 gText_Cancel2[]; - extern const u8 gText_WithdrawPokemon[]; extern const u8 gText_WithdrawMonDescription[]; extern const u8 gText_DepositPokemon[]; @@ -843,4 +841,9 @@ extern const u8 gText_TwoDashes[]; extern const u8 *const gReturnToXStringsTable2[]; +extern const u8 gText_CanIHelpWithAnythingElse[]; +extern const u8 gText_AnythingElseICanHelp[]; +extern const u8 gText_QuitShopping[]; +extern const u8 gText_PokedollarVar1[]; + #endif //GUARD_STRINGS_H |