Evhb: Difference between revisions

56 bytes removed ,  4 years ago
imported>Leoetlino
imported>Leoetlino
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{File format|name=evhb}}
{{File format|name=evhb|version=1|magic=evhb|endianness=little}}
'''evhb''' is a format for storing event actor hierarchy information for [[Event flow|event flows]].
'''evhb''' is a format for storing event actor hierarchy information for [[Event flow|event flows]].


Line 12: Line 12:
|0x0
|0x0
|char[4]
|char[4]
|Magic (<code>evhb</code> or <code>EVHB</code>)
|Magic (<code>evhb</code>)
 
After pointer relocation, the magic is set to <code>EVHB</code>.
|-
|-
|0x4
|0x4
Line 26: Line 28:
|Padding
|Padding
|}
|}
All offsets are validated by the game. Strangely enough, some of the checks and relocation are skipped when the magic is <code>EVHB</code>.


=== Entry ===
=== Entry ===
Anonymous user