summaryrefslogtreecommitdiff
path: root/include
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
parentfcd62bf39372bbb26e21f3dfb67ccf1782954834 (diff)
Continue decomp of secret_base
Diffstat (limited to 'include')
-rw-r--r--include/field_specials.h1
-rw-r--r--include/global.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/field_specials.h b/include/field_specials.h
index d61aa3b20..52325879c 100644
--- a/include/field_specials.h
+++ b/include/field_specials.h
@@ -25,5 +25,6 @@ void ScriptShowElevatorMenu(void);
void SetShoalItemFlag(u16);
u8 GetLeadMonIndex(void);
void ResetFanClub(void);
+u8 sub_810FB10(u8 a0);
#endif // GUARD_FIELD_SPECIALS_H
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;