summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/overworld/poison.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/poison.asm b/engine/overworld/poison.asm
index 75f68568..5d8eb9fd 100644
--- a/engine/overworld/poison.asm
+++ b/engine/overworld/poison.asm
@@ -51,7 +51,7 @@ ApplyOutOfBattlePoisonDamage:
xor a
ld [wJoyIgnore], a
call EnableAutoTextBoxDrawing
- ld a, $d0
+ ld a, TEXT_MON_FAINTED
ld [hSpriteIndexOrTextID], a
call DisplayTextID
pop de
@@ -98,7 +98,7 @@ ApplyOutOfBattlePoisonDamage:
and a
jr nz, .noBlackOut
call EnableAutoTextBoxDrawing
- ld a, $d1
+ ld a, TEXT_BLACKED_OUT
ld [hSpriteIndexOrTextID], a
call DisplayTextID
ld hl, wd72e