diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 13:10:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 13:10:08 -0400 |
commit | c9b75afe693fb283790ee52c7b620619b881051a (patch) | |
tree | 8f5ab482dc345e1553bcb08d1962fc99025b645c /include/proto.h | |
parent | 4b896d306d3cb1e650e91029a46d8c1e549d7b26 (diff) |
Decompile trainer_data engine code
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 365c0ecd..7af3f19d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -7,7 +7,7 @@ #include "string16.h" // for struct definitions #include "player_data.h" // for struct definitions -int FUN_0206AE00(int x); +int TrainerClass_GetGenderOrTrainerCount(int x); int FUN_02014C3C(u8); void FUN_02014C54(int, int, struct UnkStruct_02069038 *, u8); u32 IsNighttime(void); // is day or night |