Skip to content

Commit

Permalink
Update Global 6.31 (2023.02.03) Opcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsl1225 authored and zhyupe committed Feb 13, 2023
1 parent 4b5be07 commit c6f79cb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Cafe.Matcha/Constant/MatchaOpcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ internal static class OpcodeStorage
{
public static Dictionary<ushort, MatchaOpcode> Global = new Dictionary<ushort, MatchaOpcode>
{
{ 0x0363, MatchaOpcode.ActorControl },
{ 0x0267, MatchaOpcode.ActorControlSelf },
{ 0xf002, MatchaOpcode.CEDirector },
{ 0x00ad, MatchaOpcode.CompanyAirshipStatus },
{ 0x009d, MatchaOpcode.CompanySubmersibleStatus },
{ 0x03a0, MatchaOpcode.ContentFinderNotifyPop },
{ 0x0256, MatchaOpcode.DirectorStart },
{ 0x01f5, MatchaOpcode.EventPlay },
{ 0x0121, MatchaOpcode.Examine },
{ 0xf009, MatchaOpcode.FateInfo },
{ 0x0094, MatchaOpcode.InitZone },
{ 0x00d3, MatchaOpcode.InventoryTransaction },
{ 0x0335, MatchaOpcode.ItemInfo },
{ 0x0155, MatchaOpcode.MarketBoardItemListing },
{ 0x03bf, MatchaOpcode.MarketBoardItemListingCount },
{ 0x0296, MatchaOpcode.MarketBoardItemListingHistory },
{ 0x0391, MatchaOpcode.NpcSpawn },
{ 0x0373, MatchaOpcode.PlayerSetup },
{ 0x0187, MatchaOpcode.PlayerSpawn },
{ 0x01a4, MatchaOpcode.ActorControl },
{ 0x0203, MatchaOpcode.ActorControlSelf },
{ 0x0070, MatchaOpcode.CEDirector },
{ 0x00da, MatchaOpcode.CompanyAirshipStatus },
{ 0x0263, MatchaOpcode.CompanySubmersibleStatus },
{ 0x02a1, MatchaOpcode.ContentFinderNotifyPop },
{ 0x009d, MatchaOpcode.DirectorStart },
{ 0x03b8, MatchaOpcode.EventPlay },
{ 0x0246, MatchaOpcode.Examine },
{ 0x0078, MatchaOpcode.FateInfo },
{ 0x0118, MatchaOpcode.InitZone },
{ 0x006e, MatchaOpcode.InventoryTransaction },
{ 0x01c2, MatchaOpcode.ItemInfo },
{ 0x01ed, MatchaOpcode.MarketBoardItemListing },
{ 0x031a, MatchaOpcode.MarketBoardItemListingCount },
{ 0x0176, MatchaOpcode.MarketBoardItemListingHistory },
{ 0x03d5, MatchaOpcode.NpcSpawn },
{ 0x0287, MatchaOpcode.PlayerSetup },
{ 0x00f9, MatchaOpcode.PlayerSpawn },
};
public static Dictionary<ushort, MatchaOpcode> China = new Dictionary<ushort, MatchaOpcode>
{
Expand Down

0 comments on commit c6f79cb

Please sign in to comment.