summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-10-15 19:25:32 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-10-15 19:25:32 -0700
commitb29c65b176bc7441ac38002e2ea9e38f8e4e9ce6 (patch)
tree78475d8ce2031fed702e45283971617b992a9608 /include/global.h
parentfcd62bf39372bbb26e21f3dfb67ccf1782954834 (diff)
Continue decomp of secret_base
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 51c599a73..e6a073aa5 100644
--- a/include/global.h
+++ b/include/global.h
@@ -136,7 +136,7 @@ struct SecretBaseRecord
/*0x1A09*/ u8 sbr_field_1_5:1;
/*0x1A09*/ u8 sbr_field_1_6:2;
/*0x1A0A*/ u8 sbr_field_2[7]; // 0xFF bytes?
- /*0x1A12*/ u8 trainerId[4]; // byte 0 is used for determining trainer class
+ /*0x1A11*/ u8 trainerId[4]; // byte 0 is used for determining trainer class
/*0x1A16*/ u16 sbr_field_e;
/*0x1A18*/ u8 sbr_field_10;
/*0x1A19*/ u8 sbr_field_11;