diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-11 18:20:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-11 18:20:58 -0500 |
commit | f12824e3b1643f86599e2c03c96b752a87a73746 (patch) | |
tree | ea95b65775cf7caf2089ea21f47a07c8571413bd /include/global.h | |
parent | 7526b2ccf1ab02a975ee477341f8accbf3f108c5 (diff) | |
parent | b43c48202ba3b3a1cd31c8abf1a726bf8980f043 (diff) |
Merge pull request #180 from ghoulslash/trainer-card
Trainer card
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 8e5d90964..219c09c62 100644 --- a/include/global.h +++ b/include/global.h @@ -257,7 +257,7 @@ struct BattleTowerData // Leftover from R/S /*0x04CC, 0x057C*/ u16 currentWinStreaks[2]; /*0x04D0, 0x0580*/ u8 lastStreakLevelType; // 0 = level 50, 1 = level 100. level type of the last streak. Used by tv to report the level mode. /*0x04D1, 0x0581*/ u8 filler_4D1[0x317]; -}; +}; /* size = 0x7E8 */ struct SaveBlock2 { |