diff options
author | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 10:44:58 -0500 |
---|---|---|
committer | shinny456 <shinny456@users.noreply.github.com> | 2019-01-19 10:44:58 -0500 |
commit | 1b30da21d9a0f1264ba3649e725ac1a62eca3e3a (patch) | |
tree | 3105ab0101ffd0768589279130163a971c8365ca /src/battle_message.c | |
parent | 8a5fce7837b7314adb9bf6996ef06c009e853c29 (diff) | |
parent | 6857b73ee348b16ecbd11d3dd12de022c08af3a5 (diff) |
merge trainer hill changes
Diffstat (limited to 'src/battle_message.c')
-rw-r--r-- | src/battle_message.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/battle_message.c b/src/battle_message.c index 112ab9630..7b8085219 100644 --- a/src/battle_message.c +++ b/src/battle_message.c @@ -16,6 +16,7 @@ #include "string_util.h" #include "strings.h" #include "text.h" +#include "trainer_hill.h" #include "window.h" #include "constants/battle_string_ids.h" #include "constants/items.h" @@ -41,10 +42,6 @@ extern u8 gUnknown_0203C7B4; extern const u8 gTrainerClassNames[][13]; extern const u16 gUnknown_08D85620[]; -extern u8 GetTrainerHillOpponentClass(u16 trainerId); // pokenav -extern void GetTrainerHillTrainerName(u8 *txtPtr, u16 trainerId); // pokenav -extern void CopyTrainerHillTrainerText(u8 arg0, u16 trainerId); // pokenav - // this file's functions static void ChooseMoveUsedParticle(u8 *textPtr); static void ChooseTypeOfMoveUsedString(u8 *dst); |