mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Add rental teams block label
This commit is contained in:
parent
d2970c6a3a
commit
721159b0db
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ public sealed class SaveBlockAccessor9SV : SCBlockAccessor, ISaveBlock9Main
|
|||
private const uint KPlayerPhoto1 = 0x14C5A101;
|
||||
private const uint KPlayerPhoto2 = 0xF8B14C88;
|
||||
private const uint KFixedSymbolRetainer = 0x74ABB9CC;
|
||||
private const uint KRentalTeams = 0x19CB0339;
|
||||
|
||||
private const uint KBCATFixedRewardItemArray = 0x7D6C2B82; // fixed_reward_item_array
|
||||
private const uint KBCATLotteryRewardItemArray = 0xA52B4811; // lottery_reward_item_array
|
||||
|
|
Loading…
Reference in a new issue