Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Pinkus - Yesterday at 11:15 PM
- Just observing memory watch, I think the problem is that C8 is set to 7 by something initially. Then as you noted Zarby, once you pick something up its always set to 51. It's supposed to be set to the last chest game prize reward, so that you don't get the same thing twice in a row, but obviously that doesnt happen on 1.0 at least.
- Since 7 = the heart piece, you need to open one chest to set it to 51 first.
- In fact, if you open a chest to set it to 51, and then open the select menu, it will be set back to 7. I think its a common value for texts? And then you have 0% chance on both chests it seems to me (unless I was very very unlucky with my testing)
- fmp - Yesterday at 11:16 PM
- oh
- that explains why i got the heart piece first chest(edited)
- Pinkus - Yesterday at 11:17 PM
- now we have two places where manipulation of C8 would be very much appreciated
- fmp - Yesterday at 11:17 PM
- because I didn't talk to the chest guy
- I just put the cheat on
- Pinkus - Yesterday at 11:17 PM
- yeah it's F2 after the transition
- Zarby89 - Yesterday at 11:18 PM
- yeah but it doesn't really matter because the if x < 2 nullify that
- ```
- JSL GetRandomInt : AND.b #$07 : TAX ; Get random int 0-7 put it in X
- CPX.b #$02 : BCC BRANCH_BETA ;if X < 02 then compare $C8 with X otherwise we don't care
- CPX $C8 : BNE BRANCH_BETA
- TXA : INC A : AND.b #$07 : TAX
- ```
- so technically if it 51 we just skip to the branch below that give you the 0-7 random prize
- Pinkus - Yesterday at 11:20 PM
- Not sure I understand your point. Get random 0-7. If its less than 2, no bueno. If its same as C8, no bueno.
- Since C8 is set to "heart piece" by opening text, it will always be no bueno
- for the first one
- the nthe animation of getting a reward sets it to 51
- and the next time, IF the random number is 7. bueno.
- Pinkus - Yesterday at 11:24 PM
- well C8 is supposed to be "the last item you got"
- its not on jp 1.0
- Zarby89 - Yesterday at 11:24 PM
- it "supposed" lol it not on either versions
- Pinkus - Yesterday at 11:25 PM
- ah right
- buggity bug :>
- Zarby89 - Yesterday at 11:25 PM
- otherwise you would not be able to get the rupee prize twice in a row
- Pinkus - Yesterday at 11:25 PM
- but I assuem C8 is not set to 7 upon opening texts in 1.1?
- Zarby89 - Yesterday at 11:25 PM
- on 51 i think
- well in US version
- Pinkus - Yesterday at 11:26 PM
- well I found a manip
- just kill yourself and get revived by fairy
- then you can get it on both :stuck_out_tongue:
Advertisement
Add Comment
Please, Sign In to add comment