diff options
author | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:12:28 -0500 |
---|---|---|
committer | Meowsy <Meowsy@users.noreply.github.com> | 2018-12-15 15:12:28 -0500 |
commit | bc11a4a9f4233ce5795f5181729862b26d899f60 (patch) | |
tree | cd2a7e9c04193325bf566a09f85d6dfa5a6fb8bf /src/script_pokemon_util_80F87D8.c | |
parent | 58ca87acccb91e5d439f3af632a2f218f31937d1 (diff) |
Document various things relating to the Pokedex.
Diffstat (limited to 'src/script_pokemon_util_80F87D8.c')
-rwxr-xr-x | src/script_pokemon_util_80F87D8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script_pokemon_util_80F87D8.c b/src/script_pokemon_util_80F87D8.c index 7fc61f953..9b7269f00 100755 --- a/src/script_pokemon_util_80F87D8.c +++ b/src/script_pokemon_util_80F87D8.c @@ -563,8 +563,8 @@ u8 ScriptGiveMon(u16 species, u8 level, u16 item, u32 unused1, u32 unused2, u8 u { case 0: case 1: - GetSetPokedexFlag(nationalDexNum, 2); - GetSetPokedexFlag(nationalDexNum, 3); + GetSetPokedexFlag(nationalDexNum, FLAG_SET_SEEN); + GetSetPokedexFlag(nationalDexNum, FLAG_SET_CAUGHT); break; } return sentToPc; |