Back

Restore hacks

It is wise to include a restore part of your hacks. In that way, a hack can easily be reversed only by clicking the 'Restore' button.

A restore part is written in the same way as the regular hack part. You only need to separate the regular hack part and the restore hack with a '$'. An example:

Ninjarope settings :BEHA
This hack adjusts the ninjarope settings
SW Min length: 3206
SW Max length: 3229
UW Ninjarope shootout speed X (2^value) : 329B
UW Ninjarope shootout speed Y (2^value) : 32BF
-
<3206>%a
<3211>%a
<3229>%b
<3234>%b
<329B>%c
<32BF>%d
$
<3206>AA00
<3211>AA00
<3229>A00F
<3234>A00F
<329B>0200
<32BF>0200

The restore part is situated below the '$'.

Next...