Skip to content

Commit

Permalink
Commit from GitHub Actions (Cafe.Matcha)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed Oct 22, 2024
1 parent b82cb96 commit 778952f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Cafe.Matcha/Constant/MatchaOpcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@ internal static class OpcodeStorage
};
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
{
{ 0x0065, MatchaOpcode.ActorControl },
{ 0x0127, MatchaOpcode.ActorControlSelf },
{ 0x007d, MatchaOpcode.CEDirector },
{ 0x0200, MatchaOpcode.CompanyAirshipStatus },
{ 0x00e0, MatchaOpcode.CompanySubmersibleStatus },
{ 0x00e4, MatchaOpcode.ContentFinderNotifyPop },
{ 0x0339, MatchaOpcode.DirectorStart },
{ 0x018d, MatchaOpcode.EventPlay },
{ 0x007e, MatchaOpcode.Examine },
{ 0x03b6, MatchaOpcode.FateInfo },
{ 0x0093, MatchaOpcode.InitZone },
{ 0x0156, MatchaOpcode.InventoryTransaction },
{ 0x01ec, MatchaOpcode.ItemInfo },
{ 0x0333, MatchaOpcode.MarketBoardItemListing },
{ 0x0397, MatchaOpcode.MarketBoardItemListingCount },
{ 0x02f6, MatchaOpcode.MarketBoardItemListingHistory },
{ 0x81c8, MatchaOpcode.MarketBoardRequestItemListingInfo },
{ 0x032f, MatchaOpcode.NpcSpawn },
{ 0x01b1, MatchaOpcode.PlayerSetup },
{ 0x00a1, MatchaOpcode.PlayerSpawn },
{ 0x0311, MatchaOpcode.ActorControl },
{ 0x01a9, MatchaOpcode.ActorControlSelf },
{ 0x02c9, MatchaOpcode.CEDirector },
{ 0x018b, MatchaOpcode.CompanyAirshipStatus },
{ 0x0371, MatchaOpcode.CompanySubmersibleStatus },
{ 0x00bf, MatchaOpcode.ContentFinderNotifyPop },
{ 0xf006, MatchaOpcode.DirectorStart },
{ 0x039a, MatchaOpcode.EventPlay },
{ 0x02dd, MatchaOpcode.Examine },
{ 0x00a3, MatchaOpcode.FateInfo },
{ 0x025d, MatchaOpcode.InitZone },
{ 0x0356, MatchaOpcode.InventoryTransaction },
{ 0x0110, MatchaOpcode.ItemInfo },
{ 0x0171, MatchaOpcode.MarketBoardItemListing },
{ 0x03c6, MatchaOpcode.MarketBoardItemListingCount },
{ 0x0382, MatchaOpcode.MarketBoardItemListingHistory },
{ 0x8142, MatchaOpcode.MarketBoardRequestItemListingInfo },
{ 0x021a, MatchaOpcode.NpcSpawn },
{ 0x0212, MatchaOpcode.PlayerSetup },
{ 0x0134, MatchaOpcode.PlayerSpawn },
};
}
}

0 comments on commit 778952f

Please sign in to comment.