Add ITEM6_HEAL constants, change move flags to shifts

This commit is contained in:
GriffinR
2020-10-05 18:48:51 -04:00
parent 4a773ce18d
commit 65a4e06737
5 changed files with 44 additions and 37 deletions

View File

@@ -51,6 +51,11 @@
// fields 6 and onwards are item-specific arguments
// Special HP recovery amounts for ITEM4_HEAL_HP
#define ITEM6_HEAL_FULL ((u8) -1)
#define ITEM6_HEAL_HALF ((u8) -2)
#define ITEM6_HEAL_LVL_UP ((u8) -3)
// Used for GetItemEffectType.
#define ITEM_EFFECT_X_ITEM 0
#define ITEM_EFFECT_RAISE_LEVEL 1