In the original DK/NES remake, you could exceed the bounds of the level to wrap around to the top due to the Y value being an 8-bit value. In DK64, the Y value of sprites is stored as a 32-bit floating point number. Additionally, the game places a cap on the Y value to prevent funny business. [4/7]

Comments