I wish to insert the following two lines into a video’s VTS Menu Domain:
[00 B1 00 07 00 01 00 44]
[30 06 00 02 00 C0 00 00]
This results in an error message:
[00 B1 00 07 00 01 00 85] 66 if ( gprm(7) != 1 ) then { Goto line <ILLEGAL VALUE 133> }
[30 06 00 02 00 C0 00 00] 67 (JumpSS) Jump to VMGM PGC 2
I don’t understand why PgcEdit is changing the line number to hex. 85.
[00 B1 00 07 00 01 00 44]
[30 06 00 02 00 C0 00 00]
This results in an error message:
[00 B1 00 07 00 01 00 85] 66 if ( gprm(7) != 1 ) then { Goto line <ILLEGAL VALUE 133> }
[30 06 00 02 00 C0 00 00] 67 (JumpSS) Jump to VMGM PGC 2
I don’t understand why PgcEdit is changing the line number to hex. 85.
Comment