Skip to content

Commit b9e9e35

Browse files
committed
Commit from GitHub Actions (Cafe.Matcha)
1 parent 683c214 commit b9e9e35

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-
{ 0x02c8, MatchaOpcode.ActorControl },
39-
{ 0x02b3, MatchaOpcode.ActorControlSelf },
38+
{ 0x01ec, MatchaOpcode.ActorControl },
39+
{ 0x0162, MatchaOpcode.ActorControlSelf },
4040
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x03c6, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x0267, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x024f, MatchaOpcode.ContentFinderNotifyPop },
41+
{ 0x0345, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x02e4, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x0215, MatchaOpcode.ContentFinderNotifyPop },
4444
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x0352, MatchaOpcode.EventPlay },
46-
{ 0x02f8, MatchaOpcode.EventStart },
47-
{ 0x00a6, MatchaOpcode.Examine },
45+
{ 0x0226, MatchaOpcode.EventPlay },
46+
{ 0x0391, MatchaOpcode.EventStart },
47+
{ 0x018d, MatchaOpcode.Examine },
4848
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x01a4, MatchaOpcode.InitZone },
50-
{ 0x01a9, MatchaOpcode.InventoryTransaction },
51-
{ 0x0094, MatchaOpcode.ItemInfo },
52-
{ 0x0069, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x0210, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x0377, MatchaOpcode.MarketBoardItemListingHistory },
49+
{ 0x02c0, MatchaOpcode.InitZone },
50+
{ 0x0240, MatchaOpcode.InventoryTransaction },
51+
{ 0x0211, MatchaOpcode.ItemInfo },
52+
{ 0x016e, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x0390, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x0073, MatchaOpcode.MarketBoardItemListingHistory },
5555
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x02e8, MatchaOpcode.NpcSpawn },
57-
{ 0x00d7, MatchaOpcode.PlayerSetup },
58-
{ 0x013e, MatchaOpcode.PlayerSpawn },
56+
{ 0x0197, MatchaOpcode.NpcSpawn },
57+
{ 0x0141, MatchaOpcode.PlayerSetup },
58+
{ 0x0221, MatchaOpcode.PlayerSpawn },
5959
{ 0xf015, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x02c8, MatchaOpcode.ActorControl },
64-
{ 0x02b3, MatchaOpcode.ActorControlSelf },
65-
{ 0x00f5, MatchaOpcode.CEDirector },
66-
{ 0x03c6, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x0267, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x024f, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x03ce, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x0352, MatchaOpcode.EventPlay },
71-
{ 0x02f8, MatchaOpcode.EventStart },
72-
{ 0x0235, MatchaOpcode.Examine },
73-
{ 0x020e, MatchaOpcode.FateInfo },
74-
{ 0x01a4, MatchaOpcode.InitZone },
75-
{ 0x01a9, MatchaOpcode.InventoryTransaction },
76-
{ 0x0094, MatchaOpcode.ItemInfo },
77-
{ 0x0069, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x0210, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x0377, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x8389, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x02e8, MatchaOpcode.NpcSpawn },
82-
{ 0x00d7, MatchaOpcode.PlayerSetup },
83-
{ 0x013e, MatchaOpcode.PlayerSpawn },
84-
{ 0x0389, MatchaOpcode.WorldVisitQueue },
63+
{ 0x01ec, MatchaOpcode.ActorControl },
64+
{ 0x0162, MatchaOpcode.ActorControlSelf },
65+
{ 0x0256, MatchaOpcode.CEDirector },
66+
{ 0x0345, MatchaOpcode.CompanyAirshipStatus },
67+
{ 0x02e4, MatchaOpcode.CompanySubmersibleStatus },
68+
{ 0x0215, MatchaOpcode.ContentFinderNotifyPop },
69+
{ 0x021a, MatchaOpcode.ResumeEventScene32 },
70+
{ 0x0226, MatchaOpcode.EventPlay },
71+
{ 0x0391, MatchaOpcode.EventStart },
72+
{ 0x0134, MatchaOpcode.Examine },
73+
{ 0x0176, MatchaOpcode.FateInfo },
74+
{ 0x02c0, MatchaOpcode.InitZone },
75+
{ 0x0240, MatchaOpcode.InventoryTransaction },
76+
{ 0x0211, MatchaOpcode.ItemInfo },
77+
{ 0x016e, MatchaOpcode.MarketBoardItemListing },
78+
{ 0x0390, MatchaOpcode.MarketBoardItemListingCount },
79+
{ 0x0073, MatchaOpcode.MarketBoardItemListingHistory },
80+
{ 0x8341, MatchaOpcode.MarketBoardRequestItemListingInfo },
81+
{ 0x0197, MatchaOpcode.NpcSpawn },
82+
{ 0x0141, MatchaOpcode.PlayerSetup },
83+
{ 0x0221, MatchaOpcode.PlayerSpawn },
84+
{ 0x0341, MatchaOpcode.WorldVisitQueue },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)