diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 2831c9407..5ba74eb8c 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1665,7 +1665,7 @@ RevivePokemon: ; f0d6 ld a, [CurPartyMon] ld c, a ld d, 0 - ld hl, wc6fc + ld hl, wBattleParticipantsIncludingFainted ld b, CHECK_FLAG predef FlagPredef ld a, c |