diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-08 14:54:51 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-08 14:54:51 +0200 |
commit | 95e4ae06ceacc583ecd7678adda2f19675be507d (patch) | |
tree | fe20cc9a7c43f2edf638ce5bfb491b60277cf3b6 /include/battle_message.h | |
parent | 7552caaadc3b5ec64bc4ea8c6927d6d452238730 (diff) |
battle message decompiled and dumped
Diffstat (limited to 'include/battle_message.h')
-rw-r--r-- | include/battle_message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle_message.h b/include/battle_message.h index be2aca9b2..3b154c5a6 100644 --- a/include/battle_message.h +++ b/include/battle_message.h @@ -205,6 +205,8 @@ 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 SetPpNumbersPaletteInMoveSelection(void); +u8 GetCurrentPpToMaxPpState(u8 currentPp, u8 maxPp); #define TEXT_BUFF_ARRAY_COUNT 16 |