Changes between Version 5 and Version 6 of Ticket #10751, comment 10
- Timestamp:
- 12/06/18 20:32:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10751, comment 10
v5 v6 24 24 25 25 That'd be tidy. Except I don't know how to disassemble/patch those blocks. 26 26 \\ 27 \\ 27 28 Hrm. I think I found them. In heap 500's raw bytes. 127 was a distinctive number. 28 (In SCI Companion, list the heaps, right-click heap 500 and "view raw data". Hex values coincide with the properties list for an instancein SCI Companion's disassembly.)29 (In SCI Companion, list the heaps, right-click heap 500 and "view raw data". Hex values coincide with an instance's properties list in SCI Companion's disassembly.) 29 30 30 31 Guess that means I can't patch there.