mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +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() {
|
||||
instructionSet = new DefaultInstructionSet();
|
||||
registerSet = new DefaultRegisterSet();
|
||||
codeSectionOffset = 0;
|
||||
codeSectionOffset = GameServer.INSTANCE.getConfig().getInt("org_offset");
|
||||
|
||||
instructionSet.add(new JmpInstruction(this));
|
||||
instructionSet.add(new JnzInstruction(this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user