Re: PacMan original XBLA 999999999 Score
Re: PacMan original XBLA 999999999 Score
Quote:
Originally Posted by
xDEADLYx
hmm odd tried looking for it in HxD but couldn't find anything for that value
I'll tell you how to find it if you help me debug my editor ;D jk, its in one of my threads called how to read bytes as reverse string. But if you could help me try and figure out what's going on, that would be awesome :)
Quote:
Originally Posted by
CloudStrife7x
awesome save PacMan :)
Thanks Cloud!
Re: PacMan original XBLA 999999999 Score
thats different its written in hex like 9999999991 starting at 8
Re: PacMan original XBLA 999999999 Score
Quote:
Originally Posted by
Galactus_Phoenix
thats different its written in hex like 9999999991 starting at 8
Yup :) it stores the score as the actual bytes in reverse with a 1 preceding the first byte of the score in the save. (ex. Score is "abcdefghi", it will be stored as 1i hg fe dc ba in the save.