Skip to content

Commit a89533c

Browse files
committed
Commit from GitHub Actions (Cafe.Matcha)
1 parent e4c3025 commit a89533c

1 file changed

Lines changed: 44 additions & 44 deletions

File tree

Cafe.Matcha/Constant/MatchaOpcode.cs

Lines changed: 44 additions & 44 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-
{ 0x0311, MatchaOpcode.ActorControl },
39-
{ 0x03c9, MatchaOpcode.ActorControlSelf },
40-
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x00c3, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x007f, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x01b4, MatchaOpcode.ContentFinderNotifyPop },
44-
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x02fe, MatchaOpcode.EventPlay },
46-
{ 0x0181, MatchaOpcode.EventStart },
47-
{ 0x0271, MatchaOpcode.Examine },
48-
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x02f2, MatchaOpcode.InitZone },
50-
{ 0x02bb, MatchaOpcode.InventoryTransaction },
51-
{ 0x0159, MatchaOpcode.ItemInfo },
52-
{ 0x022d, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x006f, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x00f2, MatchaOpcode.MarketBoardItemListingHistory },
55-
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x0328, MatchaOpcode.NpcSpawn },
57-
{ 0x008e, MatchaOpcode.PlayerSetup },
58-
{ 0x0109, MatchaOpcode.PlayerSpawn },
59-
{ 0xf015, MatchaOpcode.WorldVisitQueue },
38+
{ 0x0343, MatchaOpcode.ActorControl },
39+
{ 0x020e, MatchaOpcode.ActorControlSelf },
40+
{ 0x016c, MatchaOpcode.CEDirector },
41+
{ 0x021a, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x0163, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x007e, MatchaOpcode.ContentFinderNotifyPop },
44+
{ 0x00d6, MatchaOpcode.ResumeEventScene32 },
45+
{ 0x010f, MatchaOpcode.EventPlay },
46+
{ 0x034c, MatchaOpcode.EventStart },
47+
{ 0x02c4, MatchaOpcode.Examine },
48+
{ 0x00e1, MatchaOpcode.FateInfo },
49+
{ 0x0237, MatchaOpcode.InitZone },
50+
{ 0x0318, MatchaOpcode.InventoryTransaction },
51+
{ 0x01a0, MatchaOpcode.ItemInfo },
52+
{ 0x032d, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x02e8, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x01cc, MatchaOpcode.MarketBoardItemListingHistory },
55+
{ 0x81a3, MatchaOpcode.MarketBoardRequestItemListingInfo },
56+
{ 0x00f6, MatchaOpcode.NpcSpawn },
57+
{ 0x01d6, MatchaOpcode.PlayerSetup },
58+
{ 0x02aa, MatchaOpcode.PlayerSpawn },
59+
{ 0x035c, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x0311, MatchaOpcode.ActorControl },
64-
{ 0x03c9, MatchaOpcode.ActorControlSelf },
65-
{ 0x0224, MatchaOpcode.CEDirector },
66-
{ 0x00c3, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x007f, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x01b4, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x0299, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x02fe, MatchaOpcode.EventPlay },
71-
{ 0x0181, MatchaOpcode.EventStart },
72-
{ 0x014d, MatchaOpcode.Examine },
73-
{ 0x01b0, MatchaOpcode.FateInfo },
74-
{ 0x02f2, MatchaOpcode.InitZone },
75-
{ 0x02bb, MatchaOpcode.InventoryTransaction },
76-
{ 0x0159, MatchaOpcode.ItemInfo },
77-
{ 0x022d, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x006f, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x00f2, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x82ee, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x0328, MatchaOpcode.NpcSpawn },
82-
{ 0x008e, MatchaOpcode.PlayerSetup },
83-
{ 0x0109, MatchaOpcode.PlayerSpawn },
84-
{ 0x02ee, MatchaOpcode.WorldVisitQueue },
63+
{ 0x0343, MatchaOpcode.ActorControl },
64+
{ 0x020e, MatchaOpcode.ActorControlSelf },
65+
{ 0x016c, MatchaOpcode.CEDirector },
66+
{ 0x021a, MatchaOpcode.CompanyAirshipStatus },
67+
{ 0x0163, MatchaOpcode.CompanySubmersibleStatus },
68+
{ 0x007e, MatchaOpcode.ContentFinderNotifyPop },
69+
{ 0x00d6, MatchaOpcode.ResumeEventScene32 },
70+
{ 0x010f, MatchaOpcode.EventPlay },
71+
{ 0x034c, MatchaOpcode.EventStart },
72+
{ 0x02c4, MatchaOpcode.Examine },
73+
{ 0x00e1, MatchaOpcode.FateInfo },
74+
{ 0x0237, MatchaOpcode.InitZone },
75+
{ 0x0318, MatchaOpcode.InventoryTransaction },
76+
{ 0x01a0, MatchaOpcode.ItemInfo },
77+
{ 0x032d, MatchaOpcode.MarketBoardItemListing },
78+
{ 0x02e8, MatchaOpcode.MarketBoardItemListingCount },
79+
{ 0x01cc, MatchaOpcode.MarketBoardItemListingHistory },
80+
{ 0x81a3, MatchaOpcode.MarketBoardRequestItemListingInfo },
81+
{ 0x00f6, MatchaOpcode.NpcSpawn },
82+
{ 0x01d6, MatchaOpcode.PlayerSetup },
83+
{ 0x02aa, MatchaOpcode.PlayerSpawn },
84+
{ 0x035c, MatchaOpcode.WorldVisitQueue },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)