fix: revert to old way

This commit is contained in:
aerinon
2025-12-09 14:43:47 -07:00
parent 4437194cfe
commit ac7f50fc62
5 changed files with 43 additions and 8 deletions

View File

@@ -313,7 +313,6 @@ SpawnedItemFlag = $7E0726 ; 0x02 - one for pot, 2 for sprite drop
SpawnedItemMWPlayer = $7E0728 ; Player Id for spawned item if Multiworld item 0x02
;
EnemyDropIndicator = $7E072A ; Used by HUD to indicate enemy drops remaining
SpawnedItemKeyCounted = $7E072C ; If set, the spawned item has been counted towards dungeon key total
SprDropsItem = $7E0730 ; Array for whether a sprite drops an item 0x16
SprItemReceipt = $7E0740 ; Array for item id for each sprite 0x16
@@ -875,7 +874,6 @@ endmacro
%assertRAM(SpawnedItemFlag, $7E0726)
%assertRAM(SpawnedItemMWPlayer, $7E0728)
%assertRAM(EnemyDropIndicator, $7E072A)
%assertRAM(SpawnedItemKeyCounted, $7E072C)
%assertRAM(SprDropsItem, $7E0730)
%assertRAM(SprItemReceipt, $7E0740)
%assertRAM(SprItemIndex, $7E0750)