Update effect_commands.asm

This commit is contained in:
basedwell 2026-03-02 18:37:05 -05:00 committed by GitHub
parent 0d824d6d4e
commit eedd3ee421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6432,7 +6432,7 @@ BattleCommand_TimeBasedHealContinue:
.start
; Index for .Multipliers
; Default restores half max HP.
ld c, 3
ld c, 2
; Don't bother healing if HP is already full.
push bc