decompile up to SpeciesToCryId

This commit is contained in:
ProjectRevoTPP
2018-10-08 21:58:30 -04:00
parent 967b4e6612
commit 6c614d71a5
22 changed files with 771 additions and 1337 deletions
+1
View File
@@ -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