diff options
Diffstat (limited to 'engine/item_effects.asm')
-rw-r--r-- | engine/item_effects.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/item_effects.asm b/engine/item_effects.asm index 2d7aa4c69..4db1f3b7d 100644 --- a/engine/item_effects.asm +++ b/engine/item_effects.asm @@ -2147,8 +2147,8 @@ GetHealingItemAmount: ; f395 (3:7395) dbw HYPER_POTION, 200 dbw SUPER_POTION, 50 dbw POTION, 20 - dbw MAX_POTION, 999 - dbw FULL_RESTORE, 999 + dbw MAX_POTION, MAX_STAT_VALUE + dbw FULL_RESTORE, MAX_STAT_VALUE dbw MOOMOO_MILK, 100 dbw BERRY, 10 dbw GOLD_BERRY, 30 @@ -3314,5 +3314,3 @@ GetMthMoveOfCurrentMon: ; f969 add hl, bc ret ; f971 - -INCLUDE "engine/pokeball_wobble.asm" |