summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-08 08:38:51 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-08 08:38:51 -0400
commitb86d6d05d92de28c35c899f4fbd03c1d542dc689 (patch)
tree082b433e0f10e758799ce2501f49f959f2ce54b3 /include/global.h
parent91ac7fecd90a908af6b12d1a5f4e85e30b651b00 (diff)
Fix style issues
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 17e25f4b5..7897e20c2 100644
--- a/include/global.h
+++ b/include/global.h
@@ -136,7 +136,7 @@ struct UCoords16
struct SecretBaseParty
{
/*0x1A3C*/ u32 personality[PARTY_SIZE];
- /*0x1A54*/ u16 moves[PARTY_SIZE * 4];
+ /*0x1A54*/ u16 moves[PARTY_SIZE * MAX_MON_MOVES];
/*0x1A84*/ u16 species[PARTY_SIZE];
/*0x1A90*/ u16 heldItems[PARTY_SIZE];
/*0x1A9C*/ u8 levels[PARTY_SIZE];