mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 09:14:24 -05:00
Adding in debug info for packet talking
This commit is contained in:
@@ -805,8 +805,14 @@ bool run_conditional(int index)
|
||||
boxRemovalPayload[arrayIndex] = 0xFF;
|
||||
arrayIndex++;
|
||||
|
||||
globalLinkCable.LinkCommand_TransferPokemon(0,
|
||||
boxRemovalPayload, arrayIndex);
|
||||
|
||||
|
||||
byte removalArray[] = {2, 1, 0, 0xFF};
|
||||
globalLinkCable.LinkCommand_TransferPokemon(2, removalArray, 4, true);
|
||||
|
||||
//globalLinkCable.skipPrint = false;
|
||||
//globalLinkCable.pauseOnPacket = true;
|
||||
//globalLinkCable.LinkCommand_TransferPokemon(0, boxRemovalPayload, arrayIndex);
|
||||
}
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user