FF6 Hacking
Infinite Item glitch - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Infinite Item glitch (/thread-4059.html)



Infinite Item glitch - Rodimus Primal - 11-11-2020

I recently updated Woolsey Uncensored to version 2.10. In it I fixed a typo with the placement of punctuation for the message "Received (Item)!" Unfortunately I have run into a bug I am not sure on what to do to fix. Treasure chests are now giving infinite of that item if you keep on pressing A. Any thoughts on how to fix?


RE: Infinite Item glitch - NPCnextdoor - 11-11-2020

Did you remove/touch that part by any chance in the Treasure Chest subroutine?


Code:
C0/4C24 B9401E   LDA $1E40,Y
C0/4C27 3FFCBAC0 AND $C0BAFC,X
C0/4C2B D0A6     BNE $4BD3


I messed with that recently and was able, like you, to get infinite items.


RE: Infinite Item glitch - Rodimus Primal - 11-11-2020

(11-11-2020, 08:33 PM)NPCnextdoor Wrote: Did you remove/touch that part by any chance in the Treasure Chest subroutine?


Code:
C0/4C24 B9401E   LDA $1E40,Y
C0/4C27 3FFCBAC0 AND $C0BAFC,X
C0/4C2B D0A6     BNE $4BD3


I messed with that recently and was able, like you, to get infinite items.


I, without a shadow of a doubt didn't change the routine, but it may have been rewritten when I made changes to the script. Not sure if that is the root cause, but lo and behold, the code was changed. I just changed it back to that subroutine and everything is working as it should!

THANK YOU SO VERY MUCH!


RE: Infinite Item glitch - NPCnextdoor - 11-12-2020

You're welcome. Smile