Skip to content

Commit

Permalink
KO v5.5 CE opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyuk-Lee committed Sep 16, 2021
1 parent cb99fba commit dfc219f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/CactbotEventSource/FateWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private struct CEDirectorOPCodes {
// v5.4 0x1d1
// v5.41 0x341
// v5.45 0x1c6
// v5.5 0x223

private static readonly CEDirectorOPCodes cedirector_ko = new CEDirectorOPCodes(
0x30,
Expand All @@ -84,7 +85,7 @@ private struct CEDirectorOPCodes {

private static readonly CEDirectorOPCodes cedirector_intl = new CEDirectorOPCodes(
0x30,
0x104
0x223
);

private struct ActorControl143{
Expand Down

0 comments on commit dfc219f

Please sign in to comment.