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_controllers.h | |
parent | 7552caaadc3b5ec64bc4ea8c6927d6d452238730 (diff) |
battle message decompiled and dumped
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index 2281fdaff..eea544b55 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -39,8 +39,8 @@ struct MovePpInfo struct ChooseMoveStruct { u16 moves[4]; - u8 ppNumbers[4]; - u8 ppWithBonusNumbers[4]; + u8 currentPp[4]; + u8 maxPp[4]; u16 species; u8 monType1; u8 monType2; |