Show front sprite during pkmn injection

This commit is contained in:
Philippe Symons
2026-04-01 21:26:19 +02:00
parent d0d3c2a0fd
commit c2aad6d82a
6 changed files with 22 additions and 3 deletions

View File

@@ -872,7 +872,7 @@ void update_y_offset()
obj_set_pos(flag, (8 * 11) + 4, (8 * 4) + 19 + y_offset);
}
void update_front_box_sprite(GBPokemon *curr_pkmn)
void update_front_box_sprite(Pokemon *curr_pkmn)
{
if (g_debug_options.ignore_game_pak || g_debug_options.ignore_game_pak_sprites)
{