diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-03 09:47:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 09:47:39 -0400 |
commit | 1b96581aa2aecec27b6f1e523c3611f9bb400caa (patch) | |
tree | e31764c3af7756c6b0983b46394ecb6d5eb8dfbb /include/proto.h | |
parent | 8d3c3476967845cf735408947856c46ac6f8b87c (diff) | |
parent | 9706c70916a6e08cbde0d4f56fea9812ea26ae73 (diff) |
Merge pull request #278 from PikalaxALT/pikalax_work
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 |