diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-20 18:29:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-20 18:29:08 -0400 |
commit | 63a793195844a3a0575872fb05b8027af92129de (patch) | |
tree | b0641fd392839fba760635d5364374f97d001dd2 /include/global.h | |
parent | a1c286afde26bf80aba0705ec1ca8841c2c6e2e5 (diff) |
sub_80BE3BC
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 3dcab7c95..4496e3a3d 100644 --- a/include/global.h +++ b/include/global.h @@ -325,10 +325,13 @@ struct TVShowWorldOfMasters { struct TVShowSmartShopper { /*0x00*/ u8 var00; /*0x01*/ u8 var01; - /*0x02*/ u8 boughtOrSoldFlag; - /*0x03*/ u8 pad03[3]; + /*0x02*/ u8 priceReduced; + /*0x03*/ u8 language; + /*0x04*/ u8 pad04[2]; /*0x06*/ u16 itemIds[3]; /*0x0C*/ u16 itemAmounts[3]; + /*0x12*/ u8 shopLocation; + /*0x13*/ u8 playerName[8]; }; struct TVShowBravoTrainerPokemonProfiles { |