Skip to content

Commit 707ab66

Browse files
committed
Commit from GitHub Actions (Cafe.Matcha)
1 parent c74fcd1 commit 707ab66

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-
{ 0x009c, MatchaOpcode.ActorControl },
39-
{ 0x02e2, MatchaOpcode.ActorControlSelf },
38+
{ 0x03e7, MatchaOpcode.ActorControl },
39+
{ 0x0117, MatchaOpcode.ActorControlSelf },
4040
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x0353, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x02ea, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x0159, MatchaOpcode.ContentFinderNotifyPop },
41+
{ 0x00c7, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x02f9, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x00a5, MatchaOpcode.ContentFinderNotifyPop },
4444
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x010d, MatchaOpcode.EventPlay },
46-
{ 0x0127, MatchaOpcode.EventStart },
47-
{ 0x01f4, MatchaOpcode.Examine },
45+
{ 0x01e0, MatchaOpcode.EventPlay },
46+
{ 0x0290, MatchaOpcode.EventStart },
47+
{ 0x03ab, MatchaOpcode.Examine },
4848
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x0316, MatchaOpcode.InitZone },
50-
{ 0x0104, MatchaOpcode.InventoryTransaction },
51-
{ 0x0194, MatchaOpcode.ItemInfo },
52-
{ 0x018f, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x0136, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x01e2, MatchaOpcode.MarketBoardItemListingHistory },
49+
{ 0x037e, MatchaOpcode.InitZone },
50+
{ 0x0115, MatchaOpcode.InventoryTransaction },
51+
{ 0x038e, MatchaOpcode.ItemInfo },
52+
{ 0x0167, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x0223, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x00a3, MatchaOpcode.MarketBoardItemListingHistory },
5555
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x025e, MatchaOpcode.NpcSpawn },
57-
{ 0x0137, MatchaOpcode.PlayerSetup },
58-
{ 0x0374, MatchaOpcode.PlayerSpawn },
56+
{ 0x038c, MatchaOpcode.NpcSpawn },
57+
{ 0x0309, MatchaOpcode.PlayerSetup },
58+
{ 0x032a, MatchaOpcode.PlayerSpawn },
5959
{ 0xf015, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x018e, MatchaOpcode.ActorControl },
64-
{ 0x02df, MatchaOpcode.ActorControlSelf },
65-
{ 0x0176, MatchaOpcode.CEDirector },
66-
{ 0x0240, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x01c5, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x0114, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x03e1, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x013e, MatchaOpcode.EventPlay },
71-
{ 0x0268, MatchaOpcode.EventStart },
72-
{ 0x0259, MatchaOpcode.Examine },
73-
{ 0x02c1, MatchaOpcode.FateInfo },
74-
{ 0x010f, MatchaOpcode.InitZone },
75-
{ 0x01c3, MatchaOpcode.InventoryTransaction },
76-
{ 0x00c4, MatchaOpcode.ItemInfo },
77-
{ 0x0313, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x011b, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x016a, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x81ff, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x01aa, MatchaOpcode.NpcSpawn },
82-
{ 0x033b, MatchaOpcode.PlayerSetup },
83-
{ 0x02c6, MatchaOpcode.PlayerSpawn },
84-
{ 0x0391, MatchaOpcode.WorldVisitQueue },
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 },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)