Edit on GitHub
This packet contains particulars about the current opponent(s) in VS mode.
This packet is a response to Gameservice Client 0x009C Unknown Request (VS Mode Opponent Related).
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | Possibly padding. |
user_nickname | strz[22] | |
user_nickname_b | strz[22] | Incomplete nickname in known captures. |
user_id | u4 | |
unknown_b | bytes[208] | Possibly padding. |
meta:
id: gameservice_server_010e_unknown_opponent_related_response
title: GameService Server 010E Unknown Response (VS Mode Opponent Related)
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: user_nickname
type: strz
size: 22
- id: user_nickname_b
type: strz
size: 22
- id: user_id
type: u4
- id: unknown_b
size: 208