diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-15 10:01:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 10:01:46 -0400 |
commit | 407fc23f3f86d5caf665d9bca14e498273ae4dae (patch) | |
tree | 08bb2e084faf2b6308d1d396b6d674be1bec922b /include/strings.h | |
parent | f3ee5e7511f429026680a1ffee82d18a313d9d32 (diff) | |
parent | 91af78857269212ee25fbaf19b3405fa2c7ec9ef (diff) |
Merge pull request #121 from PikalaxALT/mail
Decompile mail
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 2c2756eb5..8f3da98cf 100644 --- a/include/strings.h +++ b/include/strings.h @@ -472,4 +472,7 @@ extern const u8 gSaveStatName_Badges[]; extern const u8 gSaveStatName_Pokedex[]; extern const u8 gSaveStatName_Time[]; +// mail +extern const u8 gText_From[]; + #endif //GUARD_STRINGS_H |