Skip to content

Commit b13065c

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

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-
{ 0x0114, MatchaOpcode.ActorControl },
39-
{ 0x014e, MatchaOpcode.ActorControlSelf },
38+
{ 0x00e7, MatchaOpcode.ActorControl },
39+
{ 0x0217, MatchaOpcode.ActorControlSelf },
4040
{ 0xf002, MatchaOpcode.CEDirector },
41-
{ 0x0388, MatchaOpcode.CompanyAirshipStatus },
42-
{ 0x01ad, MatchaOpcode.CompanySubmersibleStatus },
43-
{ 0x037e, MatchaOpcode.ContentFinderNotifyPop },
41+
{ 0x00cc, MatchaOpcode.CompanyAirshipStatus },
42+
{ 0x0074, MatchaOpcode.CompanySubmersibleStatus },
43+
{ 0x0285, MatchaOpcode.ContentFinderNotifyPop },
4444
{ 0xf006, MatchaOpcode.ResumeEventScene32 },
45-
{ 0x0091, MatchaOpcode.EventPlay },
46-
{ 0x0085, MatchaOpcode.EventStart },
47-
{ 0x010a, MatchaOpcode.Examine },
45+
{ 0x02b4, MatchaOpcode.EventPlay },
46+
{ 0x00bc, MatchaOpcode.EventStart },
47+
{ 0x036c, MatchaOpcode.Examine },
4848
{ 0xf00a, MatchaOpcode.FateInfo },
49-
{ 0x009d, MatchaOpcode.InitZone },
50-
{ 0x01c7, MatchaOpcode.InventoryTransaction },
51-
{ 0x0328, MatchaOpcode.ItemInfo },
52-
{ 0x0333, MatchaOpcode.MarketBoardItemListing },
53-
{ 0x00f8, MatchaOpcode.MarketBoardItemListingCount },
54-
{ 0x00a5, MatchaOpcode.MarketBoardItemListingHistory },
49+
{ 0x0246, MatchaOpcode.InitZone },
50+
{ 0x011a, MatchaOpcode.InventoryTransaction },
51+
{ 0x01a8, MatchaOpcode.ItemInfo },
52+
{ 0x01c2, MatchaOpcode.MarketBoardItemListing },
53+
{ 0x00a5, MatchaOpcode.MarketBoardItemListingCount },
54+
{ 0x02ef, MatchaOpcode.MarketBoardItemListingHistory },
5555
{ 0xf011, MatchaOpcode.MarketBoardRequestItemListingInfo },
56-
{ 0x0304, MatchaOpcode.NpcSpawn },
57-
{ 0x00e5, MatchaOpcode.PlayerSetup },
58-
{ 0x01a4, MatchaOpcode.PlayerSpawn },
56+
{ 0x03c3, MatchaOpcode.NpcSpawn },
57+
{ 0x016d, MatchaOpcode.PlayerSetup },
58+
{ 0x03ca, MatchaOpcode.PlayerSpawn },
5959
{ 0xf015, MatchaOpcode.WorldVisitQueue },
6060
};
6161
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
6262
{
63-
{ 0x0114, MatchaOpcode.ActorControl },
64-
{ 0x014e, MatchaOpcode.ActorControlSelf },
65-
{ 0x0277, MatchaOpcode.CEDirector },
66-
{ 0x0388, MatchaOpcode.CompanyAirshipStatus },
67-
{ 0x01ad, MatchaOpcode.CompanySubmersibleStatus },
68-
{ 0x037e, MatchaOpcode.ContentFinderNotifyPop },
69-
{ 0x034d, MatchaOpcode.ResumeEventScene32 },
70-
{ 0x0091, MatchaOpcode.EventPlay },
71-
{ 0x0085, MatchaOpcode.EventStart },
72-
{ 0x008b, MatchaOpcode.Examine },
73-
{ 0x010f, MatchaOpcode.FateInfo },
74-
{ 0x009d, MatchaOpcode.InitZone },
75-
{ 0x01c7, MatchaOpcode.InventoryTransaction },
76-
{ 0x0328, MatchaOpcode.ItemInfo },
77-
{ 0x0333, MatchaOpcode.MarketBoardItemListing },
78-
{ 0x00f8, MatchaOpcode.MarketBoardItemListingCount },
79-
{ 0x00a5, MatchaOpcode.MarketBoardItemListingHistory },
80-
{ 0x83dc, MatchaOpcode.MarketBoardRequestItemListingInfo },
81-
{ 0x0304, MatchaOpcode.NpcSpawn },
82-
{ 0x00e5, MatchaOpcode.PlayerSetup },
83-
{ 0x01a4, MatchaOpcode.PlayerSpawn },
84-
{ 0x03dc, MatchaOpcode.WorldVisitQueue },
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 },
8585
};
8686
}
8787
}

0 commit comments

Comments
 (0)