From 7350c3708fc2463e1eb6024c03de5c85b50aa38f Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Thu, 14 Dec 2017 12:19:26 -0500 Subject: Replace two numbers with constants (found by pfero) --- battle/effect_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battle/effect_commands.asm') diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index bcebbb6ca..e261cbe81 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -9806,7 +9806,7 @@ GetItemHeldEffect: ; 37dd0 ret z push hl - ld hl, ItemAttributes + 2 + ld hl, ItemAttributes + ITEMATTR_EFFECT dec a ld c, a ld b, 0 -- cgit v1.2.3