mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-09-11 19:55:17 -05:00
Added top trainers request to enum.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user