From bb474e4b64144e3424a2cbafd787dadb873419eb Mon Sep 17 00:00:00 2001 From: Mateon1 Date: Tue, 29 Oct 2024 00:30:56 +0100 Subject: [PATCH] Remove addressed comment --- src/move_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/move_actions.c b/src/move_actions.c index 73848e344..1aa11fe7c 100644 --- a/src/move_actions.c +++ b/src/move_actions.c @@ -2644,7 +2644,7 @@ void sub_805A7D4(Entity * pokemon, Entity * target, Item *item, Position *pos) stackEntity.unk24 = 0; stackEntity.isVisible = TRUE; stackEntity.unk22 = 0; - stackEntity.axObj.info = (EntityInfo*) item; // This seems wrong! + stackEntity.axObj.info = (EntityInfo*) item; stackEntity.pos.x = target->pos.x + pos->x; stackEntity.pos.y = target->pos.y + pos->y; SetEntityPixelPos(&stackEntity,(target->pos.x * 0x18 + 4) * 0x100,