Skip to content

Commit 76da046

Browse files
committed
Commit from GitHub Actions (Cafe.Matcha)
1 parent 3cf63a1 commit 76da046

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-
{ 0x03d1, MatchaOpcode.ActorControl },
39-
{ 0x0120, MatchaOpcode.ActorControlSelf },
38+
{ 0x00a1, MatchaOpcode.ActorControl },
39+
{ 0x03bd, MatchaOpcode.ActorControlSelf },
4040
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x023c, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x02ec, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x00c2, MatchaOpcode.ContentFinderNotifyPop },
41+
{ 0x02ee, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x01ad, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x0387, MatchaOpcode.ContentFinderNotifyPop },
4444
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x01ed, MatchaOpcode.EventPlay },
46-
{ 0x00fb, MatchaOpcode.EventStart },
47-
{ 0x01f5, MatchaOpcode.Examine },
45+
{ 0x0083, MatchaOpcode.EventPlay },
46+
{ 0x0107, MatchaOpcode.EventStart },
47+
{ 0x0349, MatchaOpcode.Examine },
4848
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x0309, MatchaOpcode.InitZone },
50-
{ 0x0156, MatchaOpcode.InventoryTransaction },
51-
{ 0x01ef, MatchaOpcode.ItemInfo },
52-
{ 0x00d8, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x02c7, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x029b, MatchaOpcode.MarketBoardItemListingHistory },
49+
{ 0x03a3, MatchaOpcode.InitZone },
50+
{ 0x00eb, MatchaOpcode.InventoryTransaction },
51+
{ 0x00f6, MatchaOpcode.ItemInfo },
52+
{ 0x027d, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x011e, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x03c1, MatchaOpcode.MarketBoardItemListingHistory },
5555
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x00e0, MatchaOpcode.NpcSpawn },
57-
{ 0x0141, MatchaOpcode.PlayerSetup },
58-
{ 0x021e, MatchaOpcode.PlayerSpawn },
56+
{ 0x02ea, MatchaOpcode.NpcSpawn },
57+
{ 0x026f, MatchaOpcode.PlayerSetup },
58+
{ 0x00e3, MatchaOpcode.PlayerSpawn },
5959
{ 0xf015, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x02e1, MatchaOpcode.ActorControl },
64-
{ 0x01d2, MatchaOpcode.ActorControlSelf },
65-
{ 0x026d, MatchaOpcode.CEDirector },
66-
{ 0x01a3, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x02fb, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x0217, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x02bc, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x01fb, MatchaOpcode.EventPlay },
71-
{ 0x0072, MatchaOpcode.EventStart },
72-
{ 0x02fd, MatchaOpcode.Examine },
73-
{ 0x00ab, MatchaOpcode.FateInfo },
74-
{ 0x0148, MatchaOpcode.InitZone },
75-
{ 0x02a7, MatchaOpcode.InventoryTransaction },
76-
{ 0x0279, MatchaOpcode.ItemInfo },
77-
{ 0x0128, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x0248, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x0190, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x810a, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x00d8, MatchaOpcode.NpcSpawn },
82-
{ 0x0299, MatchaOpcode.PlayerSetup },
83-
{ 0x0107, MatchaOpcode.PlayerSpawn },
84-
{ 0x039a, MatchaOpcode.WorldVisitQueue },
63+
{ 0x0167, MatchaOpcode.ActorControl },
64+
{ 0x0110, MatchaOpcode.ActorControlSelf },
65+
{ 0x0364, MatchaOpcode.CEDirector },
66+
{ 0x02f4, MatchaOpcode.CompanyAirshipStatus },
67+
{ 0x00e5, MatchaOpcode.CompanySubmersibleStatus },
68+
{ 0x0080, MatchaOpcode.ContentFinderNotifyPop },
69+
{ 0x024e, MatchaOpcode.ResumeEventScene32 },
70+
{ 0x03b5, MatchaOpcode.EventPlay },
71+
{ 0x0235, MatchaOpcode.EventStart },
72+
{ 0x0340, MatchaOpcode.Examine },
73+
{ 0x02e5, MatchaOpcode.FateInfo },
74+
{ 0x0362, MatchaOpcode.InitZone },
75+
{ 0x01a0, MatchaOpcode.InventoryTransaction },
76+
{ 0x00b7, MatchaOpcode.ItemInfo },
77+
{ 0x02c1, MatchaOpcode.MarketBoardItemListing },
78+
{ 0x013f, MatchaOpcode.MarketBoardItemListingCount },
79+
{ 0x02ed, MatchaOpcode.MarketBoardItemListingHistory },
80+
{ 0x8308, MatchaOpcode.MarketBoardRequestItemListingInfo },
81+
{ 0x00fc, MatchaOpcode.NpcSpawn },
82+
{ 0x0300, MatchaOpcode.PlayerSetup },
83+
{ 0x03e7, MatchaOpcode.PlayerSpawn },
84+
{ 0x03af, MatchaOpcode.WorldVisitQueue },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)