diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-30 13:34:24 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-30 13:34:24 -0400 |
commit | 47e2ef7b9be4a1e470cb03fd868af10413eaef34 (patch) | |
tree | a4397004a4269d47ee2a4b1ea7c17b0ff0f6a51f /include/global.h | |
parent | 07d55ccf72316bf23792797da807514fc254d647 (diff) |
DoTVShowBravoTrainerPokemonProfile
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]; |