Skip to content

Commit 1eb433c

Browse files
committed
Commit from GitHub Actions (Cafe.Matcha)
1 parent b13065c commit 1eb433c

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-
{ 0x00e7, MatchaOpcode.ActorControl },
39-
{ 0x0217, MatchaOpcode.ActorControlSelf },
38+
{ 0x0311, MatchaOpcode.ActorControl },
39+
{ 0x03c9, MatchaOpcode.ActorControlSelf },
4040
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x00cc, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x0074, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x0285, MatchaOpcode.ContentFinderNotifyPop },
41+
{ 0x00c3, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x007f, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x01b4, MatchaOpcode.ContentFinderNotifyPop },
4444
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x02b4, MatchaOpcode.EventPlay },
46-
{ 0x00bc, MatchaOpcode.EventStart },
47-
{ 0x036c, MatchaOpcode.Examine },
45+
{ 0x02fe, MatchaOpcode.EventPlay },
46+
{ 0x0181, MatchaOpcode.EventStart },
47+
{ 0x0271, MatchaOpcode.Examine },
4848
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x0246, MatchaOpcode.InitZone },
50-
{ 0x011a, MatchaOpcode.InventoryTransaction },
51-
{ 0x01a8, MatchaOpcode.ItemInfo },
52-
{ 0x01c2, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x00a5, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x02ef, MatchaOpcode.MarketBoardItemListingHistory },
49+
{ 0x02f2, MatchaOpcode.InitZone },
50+
{ 0x02bb, MatchaOpcode.InventoryTransaction },
51+
{ 0x0159, MatchaOpcode.ItemInfo },
52+
{ 0x022d, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x006f, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x00f2, MatchaOpcode.MarketBoardItemListingHistory },
5555
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x03c3, MatchaOpcode.NpcSpawn },
57-
{ 0x016d, MatchaOpcode.PlayerSetup },
58-
{ 0x03ca, MatchaOpcode.PlayerSpawn },
56+
{ 0x0328, MatchaOpcode.NpcSpawn },
57+
{ 0x008e, MatchaOpcode.PlayerSetup },
58+
{ 0x0109, MatchaOpcode.PlayerSpawn },
5959
{ 0xf015, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x00e7, MatchaOpcode.ActorControl },
64-
{ 0x0217, MatchaOpcode.ActorControlSelf },
65-
{ 0x02f5, MatchaOpcode.CEDirector },
66-
{ 0x00cc, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x0074, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x0285, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x015e, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x02b4, MatchaOpcode.EventPlay },
71-
{ 0x00bc, MatchaOpcode.EventStart },
72-
{ 0x03c4, MatchaOpcode.Examine },
73-
{ 0x02fa, MatchaOpcode.FateInfo },
74-
{ 0x0246, MatchaOpcode.InitZone },
75-
{ 0x011a, MatchaOpcode.InventoryTransaction },
76-
{ 0x01a8, MatchaOpcode.ItemInfo },
77-
{ 0x01c2, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x00a5, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x02ef, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x8350, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x03c3, MatchaOpcode.NpcSpawn },
82-
{ 0x016d, MatchaOpcode.PlayerSetup },
83-
{ 0x03ca, MatchaOpcode.PlayerSpawn },
84-
{ 0x0350, MatchaOpcode.WorldVisitQueue },
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 },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)