add details about Ep3 rank text

This commit is contained in:
Martin Michelsen
2023-09-02 10:10:14 -07:00
parent 7c6a1e730e
commit da431cc174
6 changed files with 68 additions and 54 deletions
+4 -1
View File
@@ -2204,8 +2204,11 @@ struct C_ExecuteCodeResult_B3 {
// B7 (S->C): Rank update (Episode 3)
struct S_RankUpdate_GC_Ep3_B7 {
// If rank is not zero, the client sets its rank text to "<rank>:<rank_text>",
// truncated to 11 characters. If rank is zero, the client uses rank_text
// without modifying it.
le_uint32_t rank = 0;
ptext<char, 0x0C> rank_text;
ptext<char, 0x0C> rank_text; // Encrypted (with encrypt_challenge_rank_text)
le_uint32_t meseta = 0;
le_uint32_t max_meseta = 0;
le_uint32_t unlocked_jukebox_songs = 0xFFFFFFFF;