Skip to content

Commit d9b8372

Browse files
ZonzSilv3rPRO
authored andcommitted
Update movement packet and version (#87)
1 parent aefacc3 commit d9b8372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PROProtocol/GameClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class GameClient
9393
public event Action<Shop> ShopOpened;
9494
public event Action<List<Pokemon>> PCBoxUpdated;
9595

96-
private const string Version = "Piplup";
96+
private const string Version = "Sinnoh";
9797

9898
private GameConnection _connection;
9999
private DateTime _lastMovement;
@@ -960,7 +960,7 @@ private void SendMovement(string direction)
960960
OpenedShop = null;
961961
IsPCOpen = false;
962962
// DSSock.sendMove
963-
SendPacket("#|.|" + direction);
963+
SendPacket("/|.|" + direction);
964964
}
965965

966966
private void SendAttack(string number)

0 commit comments

Comments
 (0)