summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-27 22:16:01 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-27 22:16:01 -0500
commit782979f1fc37c358a5c675a1c42afae9b0027805 (patch)
treef0936c83578cfe88bbbb5ab0617d052547ff1cd7 /include/global.h
parent66f0616a2d3fd3a8e09aabf9e3ee51cd88ae474f (diff)
Finish documenting trainer hill
Trainer hill isn't anywhere close to done, but I figured out enough to name the VAR. That's all this PR should do.
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 16f67339b..17e91862f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -796,14 +796,14 @@ struct TrainerNameRecord
struct SaveTrainerHill
{
/*0x3D64*/ u32 timer;
- /*0x3D68*/ u32 field_3D68;
+ /*0x3D68*/ u32 bestTime;
/*0x3D6C*/ u8 field_3D6C;
/*0x3D6D*/ u8 unused;
/*0x3D6E*/ u16 field_3D6E_0a:1; // 1
/*0x3D6E*/ u16 field_3D6E_0b:1; // 2
/*0x3D6E*/ u16 field_3D6E_0c:1; // 4
/*0x3D6E*/ u16 hasLost:1; // 8
- /*0x3D6E*/ u16 field_3D6E_0e:1; // x10
+ /*0x3D6E*/ u16 maybeECardScanDuringChallenge:1; // x10
/*0x3D6E*/ u16 field_3D6E_0f:1; // x20
/*0x3D6E*/ u16 tag:2; // x40, x80 = xC0
};