I wish to insert a VM command setting gprm(10)’s value into the button command [71 07 00 00 00 00 0C 01] before navigation moves to highlighting button 3 of the menu. I would be grateful for help on how to do this.
Inserting VM command
Collapse
X
-
You can't. There is only one command per button, and your command is:Code:[71 07 00 00 00 00 0C 01] Set gprm(0) =(mov) 0 ; LinkCN Cell 1, button 3 (3072)
But if there are no post commands at all in the menu PGC, you can replace the current button command with:Code:[20 01 00 00 00 00 00 0D] LinkTailPGC
Code:[71 00 00 0A 00 00 00 00] 1 Set gprm(10) =(mov) 0 [71 07 00 00 00 00 0C 01] 2 Set gprm(0) =(mov) 0 ; LinkCN Cell 1, button 3 (3072)
Last edited by r0lZ; 15 Nov 2011, 01:11 AM.
Comment