diff --git a/keydrop/standing_items.asm b/keydrop/standing_items.asm index 5d6f081..2d91708 100644 --- a/keydrop/standing_items.asm +++ b/keydrop/standing_items.asm @@ -624,7 +624,9 @@ SpriteKeyPrep: LDA.w SpawnedItemMWPlayer : STA.w SprItemMWPlayer, X : STA.l !MULTIWORLD_SPRITEITEM_PLAYER_ID LDA.w SpawnedItemFlag : STA.w SprItemFlags, X : BEQ + LDA.w SpawnedItemID : STA.w SprSourceItemId, X + INC.w ItemReceiptMethod JSL RequestStandingItemVRAMSlot + STZ.w ItemReceiptMethod + PLA RTL