summaryrefslogtreecommitdiff
path: root/src/item
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-12-22 23:47:13 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-12-22 23:47:13 +0100
commitea9b7e7848ae5c194acd7bb13fb40b1ccfe49e1e (patch)
tree5433636373843e18fa182c44b630b7612639fa9d /src/item
parentc28018843601b99907ab79ef3fd9e689b078e384 (diff)
Fix palette groups
Diffstat (limited to 'src/item')
-rw-r--r--src/item/itemTryPickupObject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item/itemTryPickupObject.c b/src/item/itemTryPickupObject.c
index 8a7b40dc..ace68c5d 100644
--- a/src/item/itemTryPickupObject.c
+++ b/src/item/itemTryPickupObject.c
@@ -95,7 +95,7 @@ void ItemPickupCheck(ItemBehavior* this, u32 index) {
carried->subAction = 5;
gPlayerState.framestate = PL_STATE_THROW;
sub_080762C4(this, carried, 2, index);
- gUnk_0200AF00.unk_2e = 8;
+ gHUD.unk_2e = 8;
SoundReq(SFX_102);
break;
case 1: