Back
 

N 6 4   C O D E   T Y P E S

D 1 - X X X X X X   0 0 Y Y

 

Format

D 1 - X X X X X X   Y Y Y Y

XXXXXX = Address
YYYY = 16-Bit Value

 

Functionality

If half-word value in location supplied is the same as value supplied do the next code. This code is useful if you only want to execute certain codes at certain points in the game (like on certain levels, or only when the game has fully loaded).

(The address MUST be even, 0,2,4,6,8,A,C,or E.)

 

Example

D108030C 01FE
80100204 0067

If the address 08030C holds the half-word value 01FE then do the code 80100204 0067, otherwise do nothing.


 

:: Emu64 Cheats Logo By HostLink ::