diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-16 05:07:44 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-16 05:18:09 -0400 |
commit | e98e4652fd252edfde79155d21ee55a80a1f94ce (patch) | |
tree | b30a4c0f955ee58934a15f42c12f46425b207284 /include/global.tv.h | |
parent | 9f4525666dca0576f7192528faea81b9ad6e2ea5 (diff) |
Document contest live updates
Diffstat (limited to 'include/global.tv.h')
-rw-r--r-- | include/global.tv.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/global.tv.h b/include/global.tv.h index ba1c3c37e..b211052e0 100644 --- a/include/global.tv.h +++ b/include/global.tv.h @@ -124,18 +124,18 @@ typedef union // size = 0x24 struct { /*0x00*/ u8 kind; /*0x01*/ bool8 active; - /*0x02*/ u16 winningSpecies; - /*0x04*/ u8 winningTrainerName[8]; - /*0x0C*/ u8 appealFlags2; - /*0x0D*/ u8 round1Rank; - /*0x0e*/ u8 round2Rank; - /*0x0f*/ u8 appealFlags1; + /*0x02*/ u16 losingSpecies; + /*0x04*/ u8 losingTrainerName[8]; + /*0x0C*/ u8 loserAppealFlag; + /*0x0D*/ u8 round1Placing; + /*0x0e*/ u8 round2Placing; + /*0x0f*/ u8 winnerAppealFlag; /*0x10*/ u16 move; - /*0x12*/ u16 species; - /*0x14*/ u8 playerName[8]; + /*0x12*/ u16 winningSpecies; + /*0x14*/ u8 winningTrainerName[8]; /*0x1C*/ u8 category; - /*0x1D*/ u8 language; - /*0x1E*/ u8 winningTrainerLanguage; + /*0x1D*/ u8 winningTrainerLanguage; + /*0x1E*/ u8 losingTrainerLanguage; } contestLiveUpdates; // TVSHOW_3_CHEERS_FOR_POKEBLOCKS |