diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-01 15:19:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-01 15:19:24 -0400 |
commit | 4acbcf5759cb2d5453631dd104e3a845931df66c (patch) | |
tree | 4b10e326e9f3b0f522d75b3931391f2ac3dc905d /include/global.h | |
parent | 867b496f2e5a525043c9fd82ccaaad9349c89fac (diff) |
Port trader from Ruby
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index f88203c90..c8c9338ca 100644 --- a/include/global.h +++ b/include/global.h @@ -452,10 +452,11 @@ struct UnkMauvilleOldManStruct2 struct MauvilleOldManTrader { - u8 unk0; - u8 unk1[4]; - u8 unk5[4][11]; - u8 unk31; + /* 0x2E28 */ u8 id; + /* 0x2E29 */ u8 unk1[4]; + /* 0x2E2D */ u8 unk5[4][11]; + /* 0x2E59 */ bool8 alreadyTraded; + /* 0x2E5A */ u8 language[4]; }; typedef union OldMan |