Shaokahn3000 / upk-modder

Automatically exported from code.google.com/p/upk-modder
0 stars 0 forks source link

Miscounting memory bytes for 0x43 Delegate Reference #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use Delegate Reference in sort function
2. Undercounts memory bytes by 4
3.

What is the expected output? What do you see instead?
Appears to need to change 

43 1 NR 8       ; Delegate ; EX_DelegateProperty = 0x43;

to

43 1 NR 4 R     ; Delegate ; EX_DelegateProperty = 0x43;

in operand_data.ini

Please use labels and text to provide additional information.

Original issue reported on code.google.com by miss.inv...@gmail.com on 12 Jan 2014 at 9:54

GoogleCodeExporter commented 8 years ago
Added to root development version

Original comment by miss.inv...@gmail.com on 25 Feb 2014 at 6:32