User:32th System/SA Replay Info Collection: Difference between revisions

From Touhou Patch Center
Jump to navigation Jump to search
(Create page)
 
(Initial information)
Line 1: Line 1:
Information about to be added
<h1>Replay header</h1>
{| class="wikitable"
  ! Address
  ! Type
  ! Name
  ! Description
|-
  | 0x00
  | int
  | magic_number
  | "t11r"
|-
  | 0x04
  | short
  | check
  | Must be 4, otherwise the replay is invalid
|-
  | 0x1c
  | int
  | replay_size
  | Size of the replay data not including header or user information
|}

Revision as of 08:25, 30 June 2019

Replay header

Address Type Name Description
0x00 int magic_number "t11r"
0x04 short check Must be 4, otherwise the replay is invalid
0x1c int replay_size Size of the replay data not including header or user information