Skip to content

Commit

Permalink
Add more variable names for RE 2
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Dec 16, 2023
1 parent ef0240c commit b8ab535
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/IntelOrca.Biohazard/Script/Bio2ConstantTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,12 @@ public bool IsOpcodeCondition(byte opcode)
{
2 => "V_USED_ITEM",
16 => "V_TEMP",
24 => "V_STAGE",
25 => "V_ROOM",
26 => "V_CUT",
27 => "V_LAST_RDT",
29 => "V_RNG",
32 => "V_NEXT_PLD",
_ => $"V_{index:X2}",
};
}
Expand Down
2 changes: 1 addition & 1 deletion src/IntelOrca.Biohazard/Script/Opcodes/CkOpcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace IntelOrca.Biohazard.Script.Opcodes
{
[DebuggerDisplay("ck")]
internal class CkOpcode : OpcodeBase
public class CkOpcode : OpcodeBase
{
public byte BitArray { get; set; }
public byte Index { get; set; }
Expand Down

0 comments on commit b8ab535

Please sign in to comment.