From ac696c3c3921ad89bf0e98043f9e03a25af9094e Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Wed, 26 Aug 2020 00:23:47 -0700 Subject: Decompile script_pokemon_util through GiveMon and scrcmd_18 through ScrCmd_givemon. --- include/constants/pokemon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/constants') 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 -- cgit v1.2.3