MOV - r0ah/vitacheat GitHub Wiki
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.

- 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
_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).