Lines 655-661
Link Here
|
655 |
field_14_custom_menu_text = new String(data, start_of_custom_menu_text + offset, |
655 |
field_14_custom_menu_text = new String(data, start_of_custom_menu_text + offset, |
656 |
LittleEndian.ubyteToInt(field_7_length_custom_menu)); |
656 |
LittleEndian.ubyteToInt(field_7_length_custom_menu)); |
657 |
|
657 |
|
658 |
int start_of_description_text = start_of_custom_menu_text + field_8_length_description_text; |
658 |
// int start_of_description_text = start_of_custom_menu_text + field_8_length_description_text; |
|
|
659 |
int start_of_description_text = start_of_custom_menu_text + field_7_length_custom_menu; // JL |
659 |
field_15_description_text = new String(data, start_of_description_text + offset, |
660 |
field_15_description_text = new String(data, start_of_description_text + offset, |
660 |
LittleEndian.ubyteToInt(field_8_length_description_text)); |
661 |
LittleEndian.ubyteToInt(field_8_length_description_text)); |
661 |
|
662 |
|