Skip to content
r0ah edited this page Oct 26, 2019 · 2 revisions

This code type will copy the value from one address to another.

Put the address you want changed into A1-A8 and the address that you want to copy from in B1-B8.

Format

Definition

  • 5: Code-Type Identifier
  • X: Bit
    • 0 - 8bit
    • 1 - 16bit
    • 2 - 32bit
  • A1-A8: Write Value to this Valid Memory Address
  • B1-B8: Copy Value from this Valid Memory Address

Examples

_V0 Infinite Money
$5200 85E66054 850799C8

Copy value from 0x850799C8 (32bit) and write value to 0x85E66054 (32bit).

_V0 Infinite Special
$5200 83E70EC8 83E70ECC

Copy value from 0x83E70ECC (32bit) and write value to 0x83E70EC8 (32bit).

Clone this wiki locally