fix EE command format

This commit is contained in:
Martin Michelsen
2022-05-22 01:30:25 -07:00
parent 767883214d
commit 22b69276dd
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -251,7 +251,7 @@ struct S_StartFileDownloads_Patch_11 {
// A small message box appears in lower-right corner, and the player must press
// a key to continue.
struct SC_TextHeader_01_06_11_B0 {
struct SC_TextHeader_01_06_11_B0_EE {
le_uint32_t unused;
le_uint32_t guild_card_number;
// Text immediately follows this header (char[] on DC/GC, char16_t[] on PC/BB)
@@ -1692,8 +1692,8 @@ union C_UpdateAccountData_BB_ED {
};
// EE (S->C): Scrolling message (BB)
// Contents are plain text (char16_t). The message appears at the top of the
// screen and slowly scrolls to the left.
// Same format as 01. The message appears at the top of the screen and slowly
// scrolls to the left.
// EF (S->C): Unknown (BB)
// Has an unknown number of subcommands (00EF, 01EF, etc.)