diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-09 16:42:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 16:42:21 -0500 |
commit | 3e72d6748771f83c98be2864e6bb628e161c6cf2 (patch) | |
tree | 7edfb8b54fe1e694e946d17399a3099f3ad7b140 /include/battle_controllers.h | |
parent | 08a5efbd8144d2cb1f4b8da62ba484ffcc9a1f93 (diff) | |
parent | b6ec90db6192c8405c9fe952aae7f356bcd1b0c3 (diff) |
Merge pull request #65 from DizzyEggg/decompile_battle_message
Decompile battle message
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; |