Fixing the transferPokemon command

This commit is contained in:
GearsProgress
2026-07-03 21:08:52 -04:00
parent 275120d852
commit f3e63d0c98
2 changed files with 2 additions and 2 deletions

View File

@@ -803,7 +803,7 @@ bool run_conditional(int index)
boxRemovalPayload[arrayIndex] = 0xFF;
arrayIndex++;
globalLinkCable.LinkCommand_TransferPokemon(
globalLinkCable.LinkCommand_TransferPokemon(0,
boxRemovalPayload, arrayIndex);
}
return true;