summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-25 19:54:24 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-25 19:54:24 -0400
commit84a94412670d1ba365b1857dbfd3de717fe3967e (patch)
tree47751e7762667c17a4b6197768858c7aad4420a1 /include/global.h
parent943e2ec33dc052a3085e5013902fac21a5ef29da (diff)
MWF: sub_80E9914
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h
index 3ac8fa695..75d709540 100644
--- a/include/global.h
+++ b/include/global.h
@@ -249,10 +249,10 @@ struct SecretBaseRecord
/*0x1AAD*/ u8 sbr_field_11;
/*0x1AAE*/ u8 decorations[16];
/*0x1ABE*/ u8 decorationPos[16];
- /*0x1ACE*/ u32 partyPersonality[6];
- /*0x1AE6*/ u16 partyMoves[6 * 4];
- /*0x1B16*/ u16 partySpecies[6];
- /*0x1B22*/ u16 partyHeldItems[6];
+ /*0x1AD0*/ u32 partyPersonality[6];
+ /*0x1AE8*/ u16 partyMoves[6 * 4];
+ /*0x1B18*/ u16 partySpecies[6];
+ /*0x1B24*/ u16 partyHeldItems[6];
/*0x1B2E*/ u8 partyLevels[6];
/*0x1B34*/ u8 partyEVs[6];
};