summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-05-15 00:35:20 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-05-15 00:39:15 -0400
commitfe5f0749278b7f6fb18d39ac2aab6db1de822625 (patch)
treee315d3f0f3d8c02a23638c0c7cbc6ea64f051970 /include/global.h
parent184436635fdca28399d03e805814a0deda67d200 (diff)
Disassemble a function called by the secret base clearing routine
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 4cbbef5cc..e106e2b6f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -98,6 +98,7 @@ struct SecretBaseRecord
u8 sbr_field_1_0:4;
u8 gender:1;
u8 sbr_field_1_5:1;
+ u8 sbr_field_1_6:2;
u8 sbr_field_2[7]; // 0xFF bytes?
u8 trainerId[4]; // byte 0 is used for determining trainer class
u16 sbr_field_e;