Adding data packets to GSC

This commit is contained in:
The Gears of Progress
2024-10-31 10:59:36 -04:00
parent cd2a9971a5
commit 884ebc9216
8 changed files with 118 additions and 33 deletions

View File

@@ -350,7 +350,7 @@ void load_temp_box_sprites(Pokemon_Party party_data)
u32 curr_tile_id = global_tile_id_end;
for (int i = 0; i < 30; i++)
{
if (party_data.get_simple_pkmn(i).is_valid || SHOW_INVALID_PKMN)
if (party_data.get_simple_pkmn(i).is_valid || NO_INVALID_PKMN)
{
Simplified_Pokemon curr_pkmn = party_data.get_simple_pkmn(i);
int dex_num = curr_pkmn.dex_number;