diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
commit | 2ed6c357af335a1df33932383c00375b799300b2 (patch) | |
tree | 175e12b8359bc00d9ba30af0c448d612a36df473 /items | |
parent | 35f687b5365cb5e4b607e180646e6062d59a357a (diff) |
More WRAM tidying
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 |