Fixing pokeTable null issue

This commit is contained in:
GearsProgress
2026-07-29 19:02:59 -04:00
parent 86d557bf48
commit fd765d5349
4 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,8 @@
#include <tonc.h>
int last_error;
PokeBox box;
PokemonTables pokeTable;
PokeBox box(&pokeTable);
Select_Menu langs(false, LANG_MENU, 18, 0);
Select_Menu games(false, CART_MENU, 18, 0);