diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-26 00:23:47 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-26 00:23:47 -0700 |
commit | ac696c3c3921ad89bf0e98043f9e03a25af9094e (patch) | |
tree | d7dec04dd1ff67c9dfe688f1d947966d6f44d636 /include | |
parent | 49e32814a3d7ba8a8a7e441a53d1a1c0ccd1f3fe (diff) |
Decompile script_pokemon_util through GiveMon and scrcmd_18 through ScrCmd_givemon.
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/pokemon.h | 4 | ||||
-rw-r--r-- | include/unk_0202C144.h | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 06a105b6..2ae4964d 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -275,6 +275,10 @@ #define MON_DATA_TYPE_2 177 #define MON_DATA_SPECIES_NAME 178 +#define OT_ID_PLAYER_ID 0 +#define OT_ID_PRESET 1 +#define OT_ID_RANDOM_NO_SHINY 2 + #define MON_RATIO_MALE 0 #define MON_RATIO_EIGHTH 31 #define MON_RATIO_QUARTER 63 diff --git a/include/unk_0202C144.h b/include/unk_0202C144.h new file mode 100644 index 00000000..206beffb --- /dev/null +++ b/include/unk_0202C144.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_UNK_0202C144_H
+#define POKEDIAMOND_UNK_0202C144_H
+
+void FUN_0202C144(struct SaveBlock2 *, struct Pokemon *);
+
+#endif //POKEDIAMOND_UNK_0202C144_H
\ No newline at end of file |