mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 17:25:14 -05:00
Fixing the transferPokemon command
This commit is contained in:
@@ -803,7 +803,7 @@ bool run_conditional(int index)
|
||||
boxRemovalPayload[arrayIndex] = 0xFF;
|
||||
arrayIndex++;
|
||||
|
||||
globalLinkCable.LinkCommand_TransferPokemon(
|
||||
globalLinkCable.LinkCommand_TransferPokemon(0,
|
||||
boxRemovalPayload, arrayIndex);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user