diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-10 17:36:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 17:36:43 -0400 |
| commit | a9a427c6f268e04468c8e30242f3ed4f96036848 (patch) | |
| tree | 6bab63e3bd983d393f7182bcc271c3e0ab2d3b93 /src/trainer_hill.c | |
| parent | 2859900ea9aa6f381006976fa94b95e6a4cad0b7 (diff) | |
| parent | a7815857ad8af1a35e69692e6eee3e854421b790 (diff) | |
Merge branch 'master' into doc-link
Diffstat (limited to 'src/trainer_hill.c')
| -rw-r--r-- | src/trainer_hill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_hill.c b/src/trainer_hill.c index 87866b02e..d6cb49837 100644 --- a/src/trainer_hill.c +++ b/src/trainer_hill.c @@ -904,7 +904,7 @@ const u8 *GetTrainerHillTrainerScript(void) static void ShowTrainerHillPostBattleText(void) { CopyTrainerHillTrainerText(TRAINER_HILL_TEXT_AFTER, gSpecialVar_LastTalked); - sub_80982B8(); + ShowFieldMessageFromBuffer(); } static void CreateNPCTrainerHillParty(u16 trainerId, u8 firstMonId) |
