From 2a1b571dc6c898ce94655d6ddab680606036ae47 Mon Sep 17 00:00:00 2001 From: zhyupe Date: Tue, 1 Oct 2024 17:45:18 +0000 Subject: [PATCH] Commit from GitHub Actions (Cafe.Matcha) --- Cafe.Matcha/Constant/MatchaOpcode.cs | 70 ++++++++++++++-------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/Cafe.Matcha/Constant/MatchaOpcode.cs b/Cafe.Matcha/Constant/MatchaOpcode.cs index f0910e0..1f700b6 100644 --- a/Cafe.Matcha/Constant/MatchaOpcode.cs +++ b/Cafe.Matcha/Constant/MatchaOpcode.cs @@ -32,47 +32,47 @@ internal static class OpcodeStorage { public static Dictionary Global = new Dictionary { - { 0x03c7, MatchaOpcode.ActorControl }, - { 0x022f, MatchaOpcode.ActorControlSelf }, + { 0x0178, MatchaOpcode.ActorControl }, + { 0x02a7, MatchaOpcode.ActorControlSelf }, { 0xf002, MatchaOpcode.CEDirector }, - { 0x0164, MatchaOpcode.CompanyAirshipStatus }, - { 0x0363, MatchaOpcode.CompanySubmersibleStatus }, - { 0x01e5, MatchaOpcode.ContentFinderNotifyPop }, + { 0x0371, MatchaOpcode.CompanyAirshipStatus }, + { 0x00f8, MatchaOpcode.CompanySubmersibleStatus }, + { 0x014f, MatchaOpcode.ContentFinderNotifyPop }, { 0xf006, MatchaOpcode.DirectorStart }, - { 0x026f, MatchaOpcode.EventPlay }, - { 0x006a, MatchaOpcode.Examine }, + { 0x026d, MatchaOpcode.EventPlay }, + { 0x0326, MatchaOpcode.Examine }, { 0xf009, MatchaOpcode.FateInfo }, - { 0x0173, MatchaOpcode.InitZone }, - { 0x0197, MatchaOpcode.InventoryTransaction }, - { 0x02d0, MatchaOpcode.ItemInfo }, - { 0x03a3, MatchaOpcode.MarketBoardItemListing }, - { 0x0233, MatchaOpcode.MarketBoardItemListingCount }, - { 0x02bf, MatchaOpcode.MarketBoardItemListingHistory }, - { 0x0359, MatchaOpcode.NpcSpawn }, - { 0x02a7, MatchaOpcode.PlayerSetup }, - { 0x0165, MatchaOpcode.PlayerSpawn }, + { 0x01f1, MatchaOpcode.InitZone }, + { 0x00e8, MatchaOpcode.InventoryTransaction }, + { 0x0236, MatchaOpcode.ItemInfo }, + { 0x01c3, MatchaOpcode.MarketBoardItemListing }, + { 0x00a0, MatchaOpcode.MarketBoardItemListingCount }, + { 0x0102, MatchaOpcode.MarketBoardItemListingHistory }, + { 0x0186, MatchaOpcode.NpcSpawn }, + { 0x00c6, MatchaOpcode.PlayerSetup }, + { 0x024f, MatchaOpcode.PlayerSpawn }, }; public static Dictionary China = new Dictionary { - { 0x0108, MatchaOpcode.ActorControl }, - { 0x0295, MatchaOpcode.ActorControlSelf }, - { 0x0363, MatchaOpcode.CEDirector }, - { 0x0370, MatchaOpcode.CompanyAirshipStatus }, - { 0x0069, MatchaOpcode.CompanySubmersibleStatus }, - { 0x0326, MatchaOpcode.ContentFinderNotifyPop }, - { 0x029c, MatchaOpcode.DirectorStart }, - { 0x0353, MatchaOpcode.EventPlay }, - { 0x03ab, MatchaOpcode.Examine }, - { 0x01df, MatchaOpcode.FateInfo }, - { 0x0315, MatchaOpcode.InitZone }, - { 0x0286, MatchaOpcode.InventoryTransaction }, - { 0x0327, MatchaOpcode.ItemInfo }, - { 0x0081, MatchaOpcode.MarketBoardItemListing }, - { 0x020f, MatchaOpcode.MarketBoardItemListingCount }, - { 0x014d, MatchaOpcode.MarketBoardItemListingHistory }, - { 0x0276, MatchaOpcode.NpcSpawn }, - { 0x00b6, MatchaOpcode.PlayerSetup }, - { 0x0265, MatchaOpcode.PlayerSpawn }, + { 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 }, + { 0x032f, MatchaOpcode.NpcSpawn }, + { 0x01b1, MatchaOpcode.PlayerSetup }, + { 0x00a1, MatchaOpcode.PlayerSpawn }, }; } }