Added some wifi plaza VIPs.

This commit is contained in:
Greg Edwards
2021-09-22 21:51:05 -04:00
parent b0e672a7fc
commit c81250b92e

View File

@@ -98,7 +98,14 @@ namespace PkmnFoundations.GTS
{
response.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);
} break;
foreach (var i in new[] { 600403373, 601315647 })
{
response.Write(BitConverter.GetBytes(i), 0, 4);
response.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);
}
}
break;
case "/pokemondpds/web/enc/lobby/getQuestionnaire.asp":
{