Hello. I'm trying to make a code for Dragon Quest V - Hand of the Heavenly Bride (YV5E) (NDS) to set a value to "01", but the minigame continually overwrites that value. I've made a "Hold" code, but I'd prefer to have a code that writes the value until the buttons are pressed to disable it. It's for the T'N'T Board (http://www.youtube.com/watch?feature...ZG-RTC8#t=548s).
Here's the code:
T'n'T Board Dice Codes (Press SELECT+A to Enable, Press SELECT+B to Disable):
94000130 FFFA0000
220DE3C1 00000001
220DE3C2 00000001
2216C858 00000001
D0000000 00000000
94000130 FFF90000
D2000000 00000000
*Usage Note: Disable this code one step before the "Finish" square, or whichever square you want to land on.
When I press SELECT+A, the die turns to 1 (for 1 move). Then, the game goes to the next roll of the dice, which is a variable. When I use an emulator, I only need to roll the die once and I just leave the code on - and disable it when I'm ready to stop. But, for handheld users, I need to make a constant write of 01 to the three addresses listed, but the game is constantly rewriting that value - unless I HOLD SELECT+A, which is irritating to do for the whole section.
I've tried a "C" code, but I need a code type that could handle something like "Repeat codes until SELECT+B is pressed" - not just a certain number of times.
I'm sure someone knows how to fix this. I would truly appreciate some help with this. Thank you!
Here's the code:
T'n'T Board Dice Codes (Press SELECT+A to Enable, Press SELECT+B to Disable):
94000130 FFFA0000
220DE3C1 00000001
220DE3C2 00000001
2216C858 00000001
D0000000 00000000
94000130 FFF90000
D2000000 00000000
*Usage Note: Disable this code one step before the "Finish" square, or whichever square you want to land on.
When I press SELECT+A, the die turns to 1 (for 1 move). Then, the game goes to the next roll of the dice, which is a variable. When I use an emulator, I only need to roll the die once and I just leave the code on - and disable it when I'm ready to stop. But, for handheld users, I need to make a constant write of 01 to the three addresses listed, but the game is constantly rewriting that value - unless I HOLD SELECT+A, which is irritating to do for the whole section.
I've tried a "C" code, but I need a code type that could handle something like "Repeat codes until SELECT+B is pressed" - not just a certain number of times.
I'm sure someone knows how to fix this. I would truly appreciate some help with this. Thank you!

Comment