summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-02-21 20:50:44 -0500
committerGitHub <noreply@github.com>2020-02-21 20:50:44 -0500
commite194cf83d257796591e6a7a2cb88e208ac7de968 (patch)
treef39d5da19fd92a02d1b66ac4f2eb1dae325952ab /include/global.fieldmap.h
parent4280723f0ef24ff218cb81fd4ce8eb7abf063d34 (diff)
parent7624b5e5c0d4d8290356dc897c2ea179c842d2b8 (diff)
Merge pull request #262 from PikalaxALT/trainer_see
Trainer see
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index e0053fe88..c599b68ab 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -205,9 +205,9 @@ struct ObjectEvent
/*0x0A*/ u8 mapGroup;
/*0x0B*/ u8 mapobj_unk_0B_0:4;
u8 elevation:4;
- /*0x0C*/ struct Coords16 coords1;
- /*0x10*/ struct Coords16 coords2;
- /*0x14*/ struct Coords16 coords3;
+ /*0x0C*/ struct Coords16 initialCoords;
+ /*0x10*/ struct Coords16 currentCoords;
+ /*0x14*/ struct Coords16 previousCoords;
/*0x18*/ u8 facingDirection:4; //current direction?
/*0x18*/ u8 placeholder18:4;
/*0x19*/ union ObjectEventRange range;