mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-27 20:54:08 -05:00
if_greater_than and if_less_than commands were swapped
This commit is contained in:
@@ -2695,8 +2695,8 @@ pksv_crystal_more = {
|
||||
0x07: ["if not equal", ["byte", SingleByteParam], ["pointer", ScriptPointerLabelParam]],
|
||||
0x08: ["iffalse", ["pointer", ScriptPointerLabelParam]],
|
||||
0x09: ["iftrue", ["pointer", ScriptPointerLabelParam]],
|
||||
0x0A: ["if less than", ["byte", SingleByteParam], ["pointer", ScriptPointerLabelParam]],
|
||||
0x0B: ["if greater than", ["byte", SingleByteParam], ["pointer", ScriptPointerLabelParam]],
|
||||
0x0A: ["if greater than", ["byte", SingleByteParam], ["pointer", ScriptPointerLabelParam]],
|
||||
0x0B: ["if less than", ["byte", SingleByteParam], ["pointer", ScriptPointerLabelParam]],
|
||||
0x0C: ["jumpstd", ["predefined_script", MultiByteParam]],
|
||||
0x0D: ["callstd", ["predefined_script", MultiByteParam]],
|
||||
0x0E: ["3callasm", ["asm", AsmPointerParam]],
|
||||
|
||||
Reference in New Issue
Block a user