diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-12 14:54:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 14:54:43 -0500 |
commit | 15ff7eb2f87032797f6ce9ef9bb471c468b48a36 (patch) | |
tree | 60d1318e686a7e4c9621ee7697c890b3c21cd696 /include/battle_message.h | |
parent | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (diff) | |
parent | 483613e128d8dc5b419ea9ff83c92aa2e4e55042 (diff) |
Merge pull request #213 from PikalaxALT/script_pokemon_util
script_pokemon_util_80A0058, battle_interface
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index 612b253cf..2e2baa278 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -248,4 +248,7 @@ extern const u8 gUnknown_83FE85C[]; extern const u8 gUnknown_83FE860[]; extern const u8 gUnknown_83FE864[]; +extern const u8 gText_SafariBalls[]; +extern const u8 gText_HighlightRed_Left[]; + #endif // GUARD_BATTLE_MESSAGE_H |