mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-03 17:20:06 -05:00
Remove addressed comment
This commit is contained in:
parent
ed060f12c2
commit
bb474e4b64
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user