Skip to content

Commit e4ce538

Browse files
committed
Commit from GitHub Actions (Cafe.Matcha)
1 parent 2e807a6 commit e4ce538

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-
{ 0x00d8, MatchaOpcode.ActorControl },
39-
{ 0x038a, MatchaOpcode.ActorControlSelf },
38+
{ 0x019b, MatchaOpcode.ActorControl },
39+
{ 0x0347, MatchaOpcode.ActorControlSelf },
4040
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x008f, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x0228, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x0214, MatchaOpcode.ContentFinderNotifyPop },
41+
{ 0x03d5, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x0139, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x03a7, MatchaOpcode.ContentFinderNotifyPop },
4444
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x0250, MatchaOpcode.EventPlay },
46-
{ 0x0076, MatchaOpcode.EventStart },
47-
{ 0x03c9, MatchaOpcode.Examine },
45+
{ 0x0332, MatchaOpcode.EventPlay },
46+
{ 0x03da, MatchaOpcode.EventStart },
47+
{ 0x0177, MatchaOpcode.Examine },
4848
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x012e, MatchaOpcode.InitZone },
50-
{ 0x035f, MatchaOpcode.InventoryTransaction },
51-
{ 0x022c, MatchaOpcode.ItemInfo },
52-
{ 0x0147, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x0368, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x026b, MatchaOpcode.MarketBoardItemListingHistory },
49+
{ 0x0242, MatchaOpcode.InitZone },
50+
{ 0x02b7, MatchaOpcode.InventoryTransaction },
51+
{ 0x00eb, MatchaOpcode.ItemInfo },
52+
{ 0x0163, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x01ad, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x007e, MatchaOpcode.MarketBoardItemListingHistory },
5555
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x011e, MatchaOpcode.NpcSpawn },
57-
{ 0x036f, MatchaOpcode.PlayerSetup },
58-
{ 0x018b, MatchaOpcode.PlayerSpawn },
56+
{ 0x039b, MatchaOpcode.NpcSpawn },
57+
{ 0x0256, MatchaOpcode.PlayerSetup },
58+
{ 0x00ca, MatchaOpcode.PlayerSpawn },
5959
{ 0xf015, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x00d8, MatchaOpcode.ActorControl },
64-
{ 0x038a, MatchaOpcode.ActorControlSelf },
65-
{ 0x0229, MatchaOpcode.CEDirector },
66-
{ 0x008f, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x0228, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x0214, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x0189, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x0250, MatchaOpcode.EventPlay },
71-
{ 0x0076, MatchaOpcode.EventStart },
72-
{ 0x00ce, MatchaOpcode.Examine },
73-
{ 0x00eb, MatchaOpcode.FateInfo },
74-
{ 0x012e, MatchaOpcode.InitZone },
75-
{ 0x035f, MatchaOpcode.InventoryTransaction },
76-
{ 0x022c, MatchaOpcode.ItemInfo },
77-
{ 0x0368, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x03bc, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x0142, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x81ee, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x011e, MatchaOpcode.NpcSpawn },
82-
{ 0x036f, MatchaOpcode.PlayerSetup },
83-
{ 0x018b, MatchaOpcode.PlayerSpawn },
84-
{ 0x01ee, MatchaOpcode.WorldVisitQueue },
63+
{ 0x019b, MatchaOpcode.ActorControl },
64+
{ 0x0347, MatchaOpcode.ActorControlSelf },
65+
{ 0x0305, MatchaOpcode.CEDirector },
66+
{ 0x03d5, MatchaOpcode.CompanyAirshipStatus },
67+
{ 0x0139, MatchaOpcode.CompanySubmersibleStatus },
68+
{ 0x03a7, MatchaOpcode.ContentFinderNotifyPop },
69+
{ 0x0199, MatchaOpcode.ResumeEventScene32 },
70+
{ 0x0332, MatchaOpcode.EventPlay },
71+
{ 0x03da, MatchaOpcode.EventStart },
72+
{ 0x0070, MatchaOpcode.Examine },
73+
{ 0x038a, MatchaOpcode.FateInfo },
74+
{ 0x0242, MatchaOpcode.InitZone },
75+
{ 0x02b7, MatchaOpcode.InventoryTransaction },
76+
{ 0x00eb, MatchaOpcode.ItemInfo },
77+
{ 0x01ad, MatchaOpcode.MarketBoardItemListing },
78+
{ 0x01d8, MatchaOpcode.MarketBoardItemListingCount },
79+
{ 0x025c, MatchaOpcode.MarketBoardItemListingHistory },
80+
{ 0x836f, MatchaOpcode.MarketBoardRequestItemListingInfo },
81+
{ 0x039b, MatchaOpcode.NpcSpawn },
82+
{ 0x0256, MatchaOpcode.PlayerSetup },
83+
{ 0x00ca, MatchaOpcode.PlayerSpawn },
84+
{ 0x036f, MatchaOpcode.WorldVisitQueue },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)