mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-08 09:05:40 -05:00
Fix bug + add entry for injecting Celebi in debug menu
This commit is contained in:
@@ -217,6 +217,8 @@ void dbg_inject_pkmn(void *context, unsigned user_param)
|
||||
Gen3Pokemon celebi(&tables);
|
||||
celebi.loadData(RSEFL_10_ANIV_Celebi_0BF5_ENG_, false);
|
||||
|
||||
save_manager.setNationalDexUnlocked(true);
|
||||
|
||||
do
|
||||
{
|
||||
ret = save_manager.addPokemonToBox(boxIndex, celebi);
|
||||
|
||||
Reference in New Issue
Block a user