From 03925030493ceef24daa7cdf49c9f63c6c4ec43c Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 20 Mar 2024 17:41:58 -0500 Subject: [PATCH] Fix issue with palette not loading in GT Torch/Hera Basement --- keydrop/standing_items.asm | 2 ++ 1 file changed, 2 insertions(+) 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