diff --git a/Cafe.Matcha/Constant/MatchaOpcode.cs b/Cafe.Matcha/Constant/MatchaOpcode.cs index 4d700d5..806f326 100644 --- a/Cafe.Matcha/Constant/MatchaOpcode.cs +++ b/Cafe.Matcha/Constant/MatchaOpcode.cs @@ -60,28 +60,28 @@ internal static class OpcodeStorage }; public static Dictionary China = new Dictionary { - { 0x0084, MatchaOpcode.ActorControl }, - { 0x007b, MatchaOpcode.ActorControlSelf }, - { 0x01b5, MatchaOpcode.CEDirector }, - { 0x0069, MatchaOpcode.CompanyAirshipStatus }, - { 0x02e4, MatchaOpcode.CompanySubmersibleStatus }, - { 0x007d, MatchaOpcode.ContentFinderNotifyPop }, - { 0x0159, MatchaOpcode.ResumeEventScene32 }, - { 0x027c, MatchaOpcode.EventPlay }, - { 0x02bb, MatchaOpcode.EventStart }, - { 0x0096, MatchaOpcode.Examine }, + { 0x02bf, MatchaOpcode.ActorControl }, + { 0x0119, MatchaOpcode.ActorControlSelf }, + { 0x036a, MatchaOpcode.CEDirector }, + { 0x0291, MatchaOpcode.CompanyAirshipStatus }, + { 0x01b4, MatchaOpcode.CompanySubmersibleStatus }, + { 0x01ad, MatchaOpcode.ContentFinderNotifyPop }, + { 0x01fe, MatchaOpcode.ResumeEventScene32 }, + { 0x008a, MatchaOpcode.EventPlay }, + { 0x01a7, MatchaOpcode.EventStart }, + { 0x02bd, MatchaOpcode.Examine }, { 0x0242, MatchaOpcode.FateInfo }, - { 0x0317, MatchaOpcode.InitZone }, - { 0x0073, MatchaOpcode.InventoryTransaction }, - { 0x01d6, MatchaOpcode.ItemInfo }, - { 0x031c, MatchaOpcode.MarketBoardItemListing }, - { 0x027f, MatchaOpcode.MarketBoardItemListingCount }, - { 0x00df, MatchaOpcode.MarketBoardItemListingHistory }, - { 0x8380, MatchaOpcode.MarketBoardRequestItemListingInfo }, - { 0x00a4, MatchaOpcode.NpcSpawn }, - { 0x0207, MatchaOpcode.PlayerSetup }, - { 0x0125, MatchaOpcode.PlayerSpawn }, - { 0x0380, MatchaOpcode.WorldVisitQueue }, + { 0x0108, MatchaOpcode.InitZone }, + { 0x0162, MatchaOpcode.InventoryTransaction }, + { 0x03a9, MatchaOpcode.ItemInfo }, + { 0x0207, MatchaOpcode.MarketBoardItemListing }, + { 0x026e, MatchaOpcode.MarketBoardItemListingCount }, + { 0x010e, MatchaOpcode.MarketBoardItemListingHistory }, + { 0x81bf, MatchaOpcode.MarketBoardRequestItemListingInfo }, + { 0x03bb, MatchaOpcode.NpcSpawn }, + { 0x0215, MatchaOpcode.PlayerSetup }, + { 0x01dd, MatchaOpcode.PlayerSpawn }, + { 0x0124, MatchaOpcode.WorldVisitQueue }, }; } }