This page documents information about Wizards & Warriors III: Kuros: Visions of Power
. Many of the tricks demonstrated here are near impossible in real time and documented for the purposes of creating Tool-assisted Speedruns.
0370
increases by 0x10 each frame. The X-speed address 038A
increases by 1 after 0370
reaches its maximum. This continues up to maximum values based on the costume worn, as per the following table:
Costume | Max 038A | Max 0370 |
---|---|---|
Any Knight | 2 | 0x00 |
Thief 1 | 2 | 0x40 |
Thief 2 | 2 | 0x80 |
Thief 3 | 3 | 0x00 |
Any Wizard | 1 | 0x80 |
02D4
changes by the value of X-subpixel each frame. It increases when moving to the right and decreases when moving to the left. Unlike X-speed and X-subpixel, 02D4
does not reset to 0 or to any other value when crouching or entering doors/windows. Kuros's horizontal position changes by the X-speed value and by any carry value from the change to 02D4
. Therefore, the value of 02D4
is very important for maintaining sync when copying input between movies. It needs to be "close enough" at key points in the movies so that Kuros's X-position does not change by extra amounts because of the carry.