mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-19 08:41:44 -05:00
idz: Label banner field in team creation
This commit is contained in:
parent
1aaae51eab
commit
faaeb53cd9
|
|
@ -15,7 +15,7 @@ export function createTeam(buf: Buffer): CreateTeamRequest {
|
|||
teamName: iconv.decode(buf.slice(0x0008, 0x0028), "shift_jis"),
|
||||
field_0028: buf.readUInt16LE(0x0028),
|
||||
field_002C: buf.readUInt32LE(0x002c),
|
||||
field_0030: buf.readUInt8(0x0030),
|
||||
nameBg: buf.readUInt8(0x0030),
|
||||
field_0032: buf.readUInt16LE(0x0032),
|
||||
prevTeamId: buf.readUInt32LE(0x0034),
|
||||
field_0038: buf.slice(0x0038, 0x0045),
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export interface CreateTeamRequest {
|
|||
teamName: string; // len 0x20
|
||||
field_0028: number; // u16
|
||||
field_002C: number; // u32 (but only holds a u8)
|
||||
field_0030: number; // u8
|
||||
nameBg: number; // u8
|
||||
field_0032: number; // u16
|
||||
prevTeamId: number; // u32
|
||||
field_0038: Buffer; // len 0x0D ..? weird length
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user