Update pokemon.cpp

This commit is contained in:
Starport75 2023-07-05 08:26:54 -05:00 committed by GitHub
parent 862a975bb9
commit fd73796ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ byte gen_2_char_array[0x80]{
0xB7, 0xEC, 0xAD, 0xBA, 0xB8, 0xB6, 0xA1, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA};
Pokemon::Pokemon(){
not_blank = false;
};
void Pokemon::load_data(int gen, int index, byte *party_data)
@ -48,9 +47,6 @@ void Pokemon::load_data(int gen, int index, byte *party_data)
void Pokemon::convert_to_gen_three(u32 random_32)
{
not_blank = true;
// Generate PID
u32 n_pid = generate_pid(species_index, *(vu32 *)exp % 25, &dvs[0], random_32);
for (int i = 0; i < 4; i++)