summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-12-11 19:51:51 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2019-12-11 19:51:51 -0500
commitaf1c24b751a12b5c5d283e13326df3a997ef27dd (patch)
treec85749e46d0f0dba95483ee16f264652c9233c1f /include/global.h
parent0d586d304dbae11eeb0809ef7a06e2d23db5010c (diff)
parentf12824e3b1643f86599e2c03c96b752a87a73746 (diff)
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
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
{