View Single Post
  #3  
Old 02-22-2010, 04:39 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

As Joligario says, some of the offset comments are wrong, so just trust your math and correct the comments to have the correct values.

Also, the Unknown values should have a suffix that reflects their offset, so assuming Unknown0256 is really at offset 348, it should really be defined as:
Code:
/*0348*/ uint8 Unknown0348[44]

Last edited by Derision; 02-22-2010 at 04:55 PM..
Reply With Quote