This commit is contained in:
KEKW555 2023-12-31 16:51:28 +05:30 committed by GitHub
parent 69c79c24d8
commit 083bac47d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ void sub_08068578(ZeldaFollowerEntity* this) {
s32 dx, dy;
s32 i;
ZeldaFollowerItem* heapPtr, item;
ZeldaFollowerItem *heapPtr, item;
// Copy from the player's position/state.
item.FIELDS.x = gPlayerEntity.base.x.HALF_U.HI;