We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefacc3 commit d9b8372Copy full SHA for d9b8372
PROProtocol/GameClient.cs
@@ -93,7 +93,7 @@ public class GameClient
93
public event Action<Shop> ShopOpened;
94
public event Action<List<Pokemon>> PCBoxUpdated;
95
96
- private const string Version = "Piplup";
+ private const string Version = "Sinnoh";
97
98
private GameConnection _connection;
99
private DateTime _lastMovement;
@@ -960,7 +960,7 @@ private void SendMovement(string direction)
960
OpenedShop = null;
961
IsPCOpen = false;
962
// DSSock.sendMove
963
- SendPacket("#|.|" + direction);
+ SendPacket("/|.|" + direction);
964
}
965
966
private void SendAttack(string number)
0 commit comments