diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-08 21:58:30 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-08 21:58:30 -0400 |
commit | 6c614d71a522975c269678667331418a2d561b06 (patch) | |
tree | e83ea910c8f06ede61a5885b8d27e1fb6ac10130 /include/global.h | |
parent | 967b4e6612eb7f81dfe44989c2e2c79000c7d6f3 (diff) |
decompile up to SpeciesToCryId
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index fac7e1354..ba681d570 100644 --- a/include/global.h +++ b/include/global.h @@ -28,6 +28,7 @@ char* strcpy(char *dst0, const char *src0); // Converts a number to Q4.12 fixed-point format #define Q_4_12(n) ((s16)((n) * 4096)) +#define POKEMON_SLOTS_NUMBER 412 #define POKEMON_NAME_LENGTH 10 #define OT_NAME_LENGTH 7 |