diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-10-06 18:39:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 18:39:43 -0400 |
commit | 13f37cf974e8f227db9ee68b2ca7987cf1f509a8 (patch) | |
tree | e059372dd361e44dd854fa256c6b8ff5c31f2ad9 /include/battle.h | |
parent | ba18f4011abd40e530500867b35716ce3d6dc6aa (diff) | |
parent | 65a4e067378b53225536d060d10fa306b6f045c2 (diff) |
Merge pull request #1223 from GriffinRichards/constants-misc
Add ITEM6_HEAL constants, change move flags to shifts
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index 5a04c1eec..e4b773089 100644 --- a/include/battle.h +++ b/include/battle.h @@ -493,7 +493,7 @@ struct BattleScripting u8 field_20; u8 reshowMainState; u8 reshowHelperState; - u8 field_23; + u8 levelUpHP; u8 windowsType; // 0 - normal, 1 - battle arena u8 multiplayerId; u8 specialTrainerBattleType; |