diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-28 10:00:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 10:00:55 -0600 |
commit | de00b4aeecc8b81cb18e0d3930699caad3fa2336 (patch) | |
tree | 62d368f42e177673f4bb99beb7f571f231142ea7 /include/strings.h | |
parent | 18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (diff) | |
parent | 41eb2ed59e3a54819ccf7ef6dbdcde3215331a3f (diff) |
Merge pull request #121 from PikalaxALT/coins
Coins
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 08e2b4bba..a32ba4c83 100644 --- a/include/strings.h +++ b/include/strings.h @@ -82,5 +82,6 @@ extern const u8 gText_NoRegistry[]; extern const u8 gText_OkayToDeleteFromRegistry[]; extern const u8 gText_RegisteredDataDeleted[]; extern const u8 gUnknown_085EA79D[]; +extern const u8 gText_Coins[]; #endif //GUARD_STRINGS_H |