From 418b73bc6d5c811bff464ee45a105b9c01248a89 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 15 Feb 2022 18:27:12 +0100 Subject: [PATCH] Use constants for PartyAttr in move_effects/thief.asm --- engine/battle/move_effects/thief.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/battle/move_effects/thief.asm b/engine/battle/move_effects/thief.asm index 03e3fb6ac..73bbf595e 100644 --- a/engine/battle/move_effects/thief.asm +++ b/engine/battle/move_effects/thief.asm @@ -96,7 +96,7 @@ BattleCommand_Thief: jp StdBattleTextbox .playeritem - ld a, 1 + ld a, MON_ITEM call BattlePartyAttr ld d, h ld e, l @@ -104,7 +104,7 @@ BattleCommand_Thief: ret .enemyitem - ld a, 1 + ld a, MON_ITEM call OTPartyAttr ld d, h ld e, l