mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-18 02:06:43 +00:00
HackedNPC code section offset same as Cubot (for real this time)
This commit is contained in:
parent
7fd1c35f7a
commit
46d5c9b51e
@ -63,7 +63,7 @@ public class CPU implements MongoSerializable {
|
|||||||
public CPU() {
|
public CPU() {
|
||||||
instructionSet = new DefaultInstructionSet();
|
instructionSet = new DefaultInstructionSet();
|
||||||
registerSet = new DefaultRegisterSet();
|
registerSet = new DefaultRegisterSet();
|
||||||
codeSectionOffset = 0;
|
codeSectionOffset = GameServer.INSTANCE.getConfig().getInt("org_offset");
|
||||||
|
|
||||||
instructionSet.add(new JmpInstruction(this));
|
instructionSet.add(new JmpInstruction(this));
|
||||||
instructionSet.add(new JnzInstruction(this));
|
instructionSet.add(new JnzInstruction(this));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user