diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-03 08:42:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 08:42:44 -0700 |
commit | cdb5e9e3143b2f1086d8bd4f02a76186c164d02a (patch) | |
tree | bb3fc1e833b039b93548dd88971fa8edfbe97554 /include/strings.h | |
parent | 9dc867a91c06c7e7a72ad24343726051cd49d448 (diff) | |
parent | b80fb98d9a316d2f8f0400b398fa0bc9974ac085 (diff) |
Merge pull request #242 from DizzyEggg/decompile_battle_records
Decompile battle records
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 ec2a5b4aa..d8b76a998 100644 --- a/include/strings.h +++ b/include/strings.h @@ -433,5 +433,8 @@ extern const u8 gText_TooImportantToToss[]; extern const u8 gText_ConfirmTossItems[]; extern const u8 gText_MoveVar1Where[]; +extern const u8 gText_TotalRecordWLD[]; +extern const u8 gText_PlayersBattleResults[]; +extern const u8 gText_WinLoseDraw[]; #endif //GUARD_STRINGS_H |