diff options
Diffstat (limited to 'Survive-poisoning-with-1-HP.md')
-rw-r--r-- | Survive-poisoning-with-1-HP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Survive-poisoning-with-1-HP.md b/Survive-poisoning-with-1-HP.md index 87c03fa..7df677b 100644 --- a/Survive-poisoning-with-1-HP.md +++ b/Survive-poisoning-with-1-HP.md @@ -71,7 +71,7 @@ Edit [engine/events/poisonstep.asm](../blob/master/engine/events/poisonstep.asm) +.CheckRecovered: xor a ld [wCurPartyMon], a - ld de, wEngineBuffer2 + ld de, wPoisonStepPartyFlags .party_loop push de ld a, [de] |