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 Feb 18, 2025
1 parent 1bdd4a1 commit eb4b98f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions Cafe.Matcha/Constant/MatchaOpcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,28 @@ internal static class OpcodeStorage
};
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
{
{ 0x0084, MatchaOpcode.ActorControl },
{ 0x007b, MatchaOpcode.ActorControlSelf },
{ 0x01b5, MatchaOpcode.CEDirector },
{ 0x0069, MatchaOpcode.CompanyAirshipStatus },
{ 0x02e4, MatchaOpcode.CompanySubmersibleStatus },
{ 0x007d, MatchaOpcode.ContentFinderNotifyPop },
{ 0x0159, MatchaOpcode.ResumeEventScene32 },
{ 0x027c, MatchaOpcode.EventPlay },
{ 0x02bb, MatchaOpcode.EventStart },
{ 0x0096, MatchaOpcode.Examine },
{ 0x02bf, MatchaOpcode.ActorControl },
{ 0x0119, MatchaOpcode.ActorControlSelf },
{ 0x036a, MatchaOpcode.CEDirector },
{ 0x0291, MatchaOpcode.CompanyAirshipStatus },
{ 0x01b4, MatchaOpcode.CompanySubmersibleStatus },
{ 0x01ad, MatchaOpcode.ContentFinderNotifyPop },
{ 0x01fe, MatchaOpcode.ResumeEventScene32 },
{ 0x008a, MatchaOpcode.EventPlay },
{ 0x01a7, MatchaOpcode.EventStart },
{ 0x02bd, MatchaOpcode.Examine },
{ 0x0242, MatchaOpcode.FateInfo },
{ 0x0317, MatchaOpcode.InitZone },
{ 0x0073, MatchaOpcode.InventoryTransaction },
{ 0x01d6, MatchaOpcode.ItemInfo },
{ 0x031c, MatchaOpcode.MarketBoardItemListing },
{ 0x027f, MatchaOpcode.MarketBoardItemListingCount },
{ 0x00df, MatchaOpcode.MarketBoardItemListingHistory },
{ 0x8380, MatchaOpcode.MarketBoardRequestItemListingInfo },
{ 0x00a4, MatchaOpcode.NpcSpawn },
{ 0x0207, MatchaOpcode.PlayerSetup },
{ 0x0125, MatchaOpcode.PlayerSpawn },
{ 0x0380, MatchaOpcode.WorldVisitQueue },
{ 0x0108, MatchaOpcode.InitZone },
{ 0x0162, MatchaOpcode.InventoryTransaction },
{ 0x03a9, MatchaOpcode.ItemInfo },
{ 0x0207, MatchaOpcode.MarketBoardItemListing },
{ 0x026e, MatchaOpcode.MarketBoardItemListingCount },
{ 0x010e, MatchaOpcode.MarketBoardItemListingHistory },
{ 0x81bf, MatchaOpcode.MarketBoardRequestItemListingInfo },
{ 0x03bb, MatchaOpcode.NpcSpawn },
{ 0x0215, MatchaOpcode.PlayerSetup },
{ 0x01dd, MatchaOpcode.PlayerSpawn },
{ 0x0124, MatchaOpcode.WorldVisitQueue },
};
}
}

0 comments on commit eb4b98f

Please sign in to comment.