diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-12-19 15:34:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-19 15:34:54 -0600 |
commit | 02b5cf028f7636ec0bd303b46e0fef180a1d12dd (patch) | |
tree | c82c5959ec3e9147a8045ddc3b5e66713cb80999 /include/strings.h | |
parent | 6a674e1e83db097d7a31a3786d12e42987f09f70 (diff) | |
parent | 4949411f3e5c7eece80cf3e89188627b82a4c3be (diff) |
Merge pull request #139 from DizzyEggg/decompile_battle1
Decompile and split battle_1
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 84d7084b4..e3650bc63 100644 --- a/include/strings.h +++ b/include/strings.h @@ -88,5 +88,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_Draw[]; +extern const u8 gText_Loss[]; +extern const u8 gText_Win[]; #endif //GUARD_STRINGS_H |