Remove addressed comment

This commit is contained in:
Mateon1 2024-10-29 00:30:56 +01:00
parent ed060f12c2
commit bb474e4b64
No known key found for this signature in database
GPG Key ID: 6A6067123E4CAF6E

View File

@ -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,