diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 0257e4110..2fad98eb4 100644 --- a/include/global.h +++ b/include/global.h @@ -342,7 +342,7 @@ struct TVShowBravoTrainerPokemonProfiles { /*0x08*/ u8 pokemonNickname[11]; /*0x13*/ u8 contestCategory:3; /*0x13*/ u8 contestRank:2; - /*0x13*/ u8 var13_5:2; + /*0x13*/ u8 contestResult:2; /*0x13*/ u8 var13_7:1; /*0x14*/ u16 var14; /*0x16*/ u8 playerName[8]; |