Harry Potter and the Sorcerer's Stone PS1 FINU: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== FINU == * ''' Game ''': Harry Potter and the Sorcerer's Stone PS1 <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian O...") |
imported>Ikskoks (Created page with "== FINU == * ''' Game ''': Harry Potter and the Sorcerer's Stone PS1 <br> * ''' Format Type ''': Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian O...") |
(No difference)
| |
Revision as of 18:54, 12 October 2020
FINU
- Game : Harry Potter and the Sorcerer's Stone PS1
- Format Type : Misc
- Endian Order : Big Endian
Format Specifications
// Harry Potter and the Sorcerer's Stone (PS1)
// FINU chunk format
//HEADER
4 bytes - magic "FINU"
4 bytes - chunk size
2 bytes - unknown // char table size * 2 (?)
2 bytes - number of supported languages?
4 bytes - number of entries in char table
4 bytes - unknwon
2 bytes - unknown // size of some rel_offsets data block? (look below)
//CHARACTER TABLE
num_of_entries *
{
2 bytes - unknown // always "\x00\x00"
2 bytes - unknown // height?
2 bytes - character
2 bytes - some relative offset
}
MultiEx BMS Script
Not written yet
Notes and Comments
None.
Compatible Programs
None.