I'm currently playing Castlevania: Lament of Innocence for PS2. I have these fives lines of Raw code. They set the sub-weapon to the Knife/Axe/Holy Water/Crystal/Cross, and only one code can be active at a time.
My goal is to be able to cycle through the five sub-weapons by pressing the L3 button. Is it possible for a button activator to loop through values like this?
My goal is to be able to cycle through the five sub-weapons by pressing the L3 button. Is it possible for a button activator to loop through values like this?
Code:
20B6482C 000000AA 20B6482C 000000AB 20B6482C 000000AC 20B6482C 000000AD 20B6482C 000000AE

Comment