diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-31 13:04:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 13:04:52 -0500 |
commit | 4cb8528d94216f69c4a37d470c1d5f3487a87239 (patch) | |
tree | 32cba14641d7f357b07ae227459fd4b059e22267 /include/battle_message.h | |
parent | 5ea2f463d71d0bc2663e70a553557de0ccf40eef (diff) | |
parent | f724213a040f3c6a2f9685d52ae4e06d57aa0c41 (diff) |
Merge pull request #94 from DizzyEggg/decompile_battle_controllers
Decompile ALL battle controllers
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index 3b154c5a6..0d7a7f489 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -204,7 +204,7 @@ struct StringInfoBattle void BufferStringBattle(u16 stringID); u32 BattleStringExpandPlaceholdersToDisplayedString(const u8* src); u32 BattleStringExpandPlaceholders(const u8* src, u8* dst); -void sub_814F9EC(const u8* text, u8 arg1); +void BattleHandleAddTextPrinter(const u8* text, u8 arg1); void SetPpNumbersPaletteInMoveSelection(void); u8 GetCurrentPpToMaxPpState(u8 currentPp, u8 maxPp); |