mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-24 07:16:48 -05:00
Make those damned battle video errors stop! https://github.com/mm201/pkmnFoundations/issues/9
This commit is contained in:
parent
3947b51bc1
commit
3228f41ed2
|
|
@ -257,11 +257,8 @@ namespace PkmnFoundations.GlobalTerminalService
|
|||
if ((byte)meta == 254)
|
||||
{
|
||||
// todo: Figure out how to make the game perform this search!
|
||||
// Then implement
|
||||
logEntry.AppendLine("Search type not implemented.");
|
||||
type = EventLogEntryType.FailureAudit;
|
||||
response.Write(new byte[] { 0x02, 0x00 }, 0, 2);
|
||||
break;
|
||||
logEntry.AppendLine("Reverting to latest 30.");
|
||||
meta = BattleVideoMetagames4.SearchLatest30;
|
||||
}
|
||||
|
||||
BattleVideoHeader4[] results = Database.Instance.BattleVideoSearch4(species, ranking, meta, country, region, 30);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user