diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-19 22:16:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 22:16:59 -0600 |
commit | 6ef96717181dfa1cda548cbe405410aba065e41c (patch) | |
tree | 82ed2fe52d25d624d49bc2ee7499a7de006bd70f /include/strings.h | |
parent | c74bfbe11017e4f937dc6466a93a6d3dc72cdac7 (diff) | |
parent | 5eac3ce1a2503a2d358033b7e0242c1ecd2b63e3 (diff) |
Merge pull request #440 from garakmon/fldeff
Decompile / port fldeff_80F9BCC
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 5af8b63ff..a6f61f603 100644 --- a/include/strings.h +++ b/include/strings.h @@ -140,6 +140,8 @@ extern const u8 gText_Cancel4[]; extern const u8 gText_IsThisTheCorrectTime[]; extern const u8 gText_PkmnFainted3[]; extern const u8 gText_Coins[]; +extern const u8 gText_Silver[]; +extern const u8 gText_Gold[]; extern const u8 gText_Var1AteTheVar2[]; extern const u8 gText_Var1HappilyAteVar2[]; |