ShrineFox / EarthBound-Mod-Menu

In-game trainer for EarthBound (SNES).
GNU General Public License v3.0
13 stars 1 forks source link

Equip from Goods Menu Sell Item #2

Open CeeJiggy opened 2 months ago

CeeJiggy commented 2 months ago

Congrats on the release! Can't wait to do a play through!

Just like those months ago, it looks like the CCScript for equipping from the Goods Menu still has the bug where if you try to equip an already equipped item (easiest way is new game and just try to re-equip the cracked bat) you are prompted with Yes or No, and Yes seems to sell the item. Your money increases and the items is removed from your inventory. This seems to be a known bug on the PK Hack discord but nobody has a solution. I'm trying to wrap my head around it personally but I'm sure unfamiliar with assembly.

Edit: This actually happens even when switching to a different equipment in the same slot. It will prompt you Yes or No and Yes will sell the item you are removing.

Edit Edit: Yeah this basically seems to be behaving as if you are equipping the new item from a shop and prompting you to sell the old item. That would make sense since its most likely piggybacking off of that functionality.

ShrineFox commented 2 months ago

Thank you! Sounds like you're pretty in the know about this bug, good catch documenting it here. I'm surprised I forgot to mention it in the known bugs list. I'm hoping eventually someone with more ASM knowledge can find a workaround.