mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Fixing pokeTable null issue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user