diff --git a/Cafe.Matcha/Constant/MatchaOpcode.cs b/Cafe.Matcha/Constant/MatchaOpcode.cs index 84df8d0..8c8a365 100644 --- a/Cafe.Matcha/Constant/MatchaOpcode.cs +++ b/Cafe.Matcha/Constant/MatchaOpcode.cs @@ -56,26 +56,26 @@ internal static class OpcodeStorage }; public static Dictionary China = new Dictionary { - { 0x0065, MatchaOpcode.ActorControl }, - { 0x0127, MatchaOpcode.ActorControlSelf }, - { 0x007d, MatchaOpcode.CEDirector }, - { 0x0200, MatchaOpcode.CompanyAirshipStatus }, - { 0x00e0, MatchaOpcode.CompanySubmersibleStatus }, - { 0x00e4, MatchaOpcode.ContentFinderNotifyPop }, - { 0x0339, MatchaOpcode.DirectorStart }, - { 0x018d, MatchaOpcode.EventPlay }, - { 0x007e, MatchaOpcode.Examine }, - { 0x03b6, MatchaOpcode.FateInfo }, - { 0x0093, MatchaOpcode.InitZone }, - { 0x0156, MatchaOpcode.InventoryTransaction }, - { 0x01ec, MatchaOpcode.ItemInfo }, - { 0x0333, MatchaOpcode.MarketBoardItemListing }, - { 0x0397, MatchaOpcode.MarketBoardItemListingCount }, - { 0x02f6, MatchaOpcode.MarketBoardItemListingHistory }, - { 0x81c8, MatchaOpcode.MarketBoardRequestItemListingInfo }, - { 0x032f, MatchaOpcode.NpcSpawn }, - { 0x01b1, MatchaOpcode.PlayerSetup }, - { 0x00a1, MatchaOpcode.PlayerSpawn }, + { 0x0311, MatchaOpcode.ActorControl }, + { 0x01a9, MatchaOpcode.ActorControlSelf }, + { 0x02c9, MatchaOpcode.CEDirector }, + { 0x018b, MatchaOpcode.CompanyAirshipStatus }, + { 0x0371, MatchaOpcode.CompanySubmersibleStatus }, + { 0x00bf, MatchaOpcode.ContentFinderNotifyPop }, + { 0xf006, MatchaOpcode.DirectorStart }, + { 0x039a, MatchaOpcode.EventPlay }, + { 0x02dd, MatchaOpcode.Examine }, + { 0x00a3, MatchaOpcode.FateInfo }, + { 0x025d, MatchaOpcode.InitZone }, + { 0x0356, MatchaOpcode.InventoryTransaction }, + { 0x0110, MatchaOpcode.ItemInfo }, + { 0x0171, MatchaOpcode.MarketBoardItemListing }, + { 0x03c6, MatchaOpcode.MarketBoardItemListingCount }, + { 0x0382, MatchaOpcode.MarketBoardItemListingHistory }, + { 0x8142, MatchaOpcode.MarketBoardRequestItemListingInfo }, + { 0x021a, MatchaOpcode.NpcSpawn }, + { 0x0212, MatchaOpcode.PlayerSetup }, + { 0x0134, MatchaOpcode.PlayerSpawn }, }; } }