mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-25 08:04:27 -05:00
Added top trainers request to enum.
This commit is contained in:
parent
28d22fd392
commit
ce88538370
|
|
@ -325,6 +325,8 @@ namespace PkmnFoundations.GlobalTerminalService
|
|||
case RequestTypes4.BattleVideoSearch:
|
||||
case RequestTypes4.BattleVideoWatch:
|
||||
return 0x59;
|
||||
case RequestTypes4.TopTrainers:
|
||||
return 0x55;
|
||||
default:
|
||||
return 0x00;
|
||||
}
|
||||
|
|
@ -351,6 +353,8 @@ namespace PkmnFoundations.GlobalTerminalService
|
|||
|
||||
BattleVideoUpload = 0xd8,
|
||||
BattleVideoSearch = 0xd9,
|
||||
BattleVideoWatch = 0xda
|
||||
BattleVideoWatch = 0xda,
|
||||
|
||||
TopTrainers = 0xf0,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user