Skip to content

Commit aab8060

Browse files
committed
Commit from GitHub Actions (Cafe.Matcha)
1 parent 2393225 commit aab8060

1 file changed

Lines changed: 39 additions & 39 deletions

File tree

Cafe.Matcha/Constant/MatchaOpcode.cs

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -35,53 +35,53 @@ internal static class OpcodeStorage
3535
{
3636
public static Dictionary<ushort, MatchaOpcode> Global = new Dictionary<ushort, MatchaOpcode>
3737
{
38-
{ 0x03e7, MatchaOpcode.ActorControl },
39-
{ 0x0117, MatchaOpcode.ActorControlSelf },
38+
{ 0x02e0, MatchaOpcode.ActorControl },
39+
{ 0x01f4, MatchaOpcode.ActorControlSelf },
4040
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x00c7, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x02f9, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x00a5, MatchaOpcode.ContentFinderNotifyPop },
41+
{ 0x037f, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x01b0, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x019f, MatchaOpcode.ContentFinderNotifyPop },
4444
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x01e0, MatchaOpcode.EventPlay },
46-
{ 0x0290, MatchaOpcode.EventStart },
47-
{ 0x03ab, MatchaOpcode.Examine },
45+
{ 0x00a3, MatchaOpcode.EventPlay },
46+
{ 0x0253, MatchaOpcode.EventStart },
47+
{ 0x031b, MatchaOpcode.Examine },
4848
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x037e, MatchaOpcode.InitZone },
50-
{ 0x0115, MatchaOpcode.InventoryTransaction },
51-
{ 0x038e, MatchaOpcode.ItemInfo },
52-
{ 0x0167, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x0223, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x00a3, MatchaOpcode.MarketBoardItemListingHistory },
49+
{ 0x036c, MatchaOpcode.InitZone },
50+
{ 0x0192, MatchaOpcode.InventoryTransaction },
51+
{ 0x02a4, MatchaOpcode.ItemInfo },
52+
{ 0x0103, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x03cd, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x0077, MatchaOpcode.MarketBoardItemListingHistory },
5555
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x038c, MatchaOpcode.NpcSpawn },
57-
{ 0x0309, MatchaOpcode.PlayerSetup },
58-
{ 0x032a, MatchaOpcode.PlayerSpawn },
56+
{ 0x00c4, MatchaOpcode.NpcSpawn },
57+
{ 0x0359, MatchaOpcode.PlayerSetup },
58+
{ 0x037a, MatchaOpcode.PlayerSpawn },
5959
{ 0xf015, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x0344, MatchaOpcode.ActorControl },
64-
{ 0x0393, MatchaOpcode.ActorControlSelf },
65-
{ 0x02d4, MatchaOpcode.CEDirector },
66-
{ 0x01d7, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x03d7, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x0181, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x0133, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x031f, MatchaOpcode.EventPlay },
71-
{ 0x01f9, MatchaOpcode.EventStart },
72-
{ 0x02f9, MatchaOpcode.Examine },
73-
{ 0x032e, MatchaOpcode.FateInfo },
74-
{ 0x012a, MatchaOpcode.InitZone },
75-
{ 0x009a, MatchaOpcode.InventoryTransaction },
76-
{ 0x030f, MatchaOpcode.ItemInfo },
77-
{ 0x0085, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x01c8, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x00e7, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x8069, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x014f, MatchaOpcode.NpcSpawn },
82-
{ 0x00cd, MatchaOpcode.PlayerSetup },
83-
{ 0x00dc, MatchaOpcode.PlayerSpawn },
84-
{ 0x025d, MatchaOpcode.WorldVisitQueue },
63+
{ 0x0099, MatchaOpcode.ActorControl },
64+
{ 0x025e, MatchaOpcode.ActorControlSelf },
65+
{ 0x014e, MatchaOpcode.CEDirector },
66+
{ 0x019a, MatchaOpcode.CompanyAirshipStatus },
67+
{ 0x02dd, MatchaOpcode.CompanySubmersibleStatus },
68+
{ 0x0246, MatchaOpcode.ContentFinderNotifyPop },
69+
{ 0x020c, MatchaOpcode.ResumeEventScene32 },
70+
{ 0x0380, MatchaOpcode.EventPlay },
71+
{ 0x02b9, MatchaOpcode.EventStart },
72+
{ 0x0097, MatchaOpcode.Examine },
73+
{ 0x02a3, MatchaOpcode.FateInfo },
74+
{ 0x00ce, MatchaOpcode.InitZone },
75+
{ 0x01d6, MatchaOpcode.InventoryTransaction },
76+
{ 0x032d, MatchaOpcode.ItemInfo },
77+
{ 0x020e, MatchaOpcode.MarketBoardItemListing },
78+
{ 0x01be, MatchaOpcode.MarketBoardItemListingCount },
79+
{ 0x03ad, MatchaOpcode.MarketBoardItemListingHistory },
80+
{ 0x80ef, MatchaOpcode.MarketBoardRequestItemListingInfo },
81+
{ 0x01f6, MatchaOpcode.NpcSpawn },
82+
{ 0x00d8, MatchaOpcode.PlayerSetup },
83+
{ 0x0222, MatchaOpcode.PlayerSpawn },
84+
{ 0x0334, MatchaOpcode.WorldVisitQueue },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)