Patch for "The Last Ninja" C64 Version, from System 3 By Luigi Di Fraia (E-mail: armaeth@libero.it) Release Date: 12 June 2003 Tested on: Original TAPE version Info: ----- Fixes a sprite "bug" occurring when Armakuni couches to take any object (face and hands sprite is not aligned with body's sprite... check the gif pictures coming with this archive). Use: ---- You have two quick choices: 1. copy File "LNPatch.prg" into your CCS64 Emulator folder and enter Monitor (ALT+M) after you loaded the game. Then load the prg file using LP option as follows: LP "LNPATCH.PRG" The bug is then fixed. 2. You can also enter the following POKEs which do not need to copy and load the prg file from CCS64 folder: POKE 34511,112 POKE 34513,32 POKE 34516,112 That's all. Enjoy this great game! Luigi Di Fraia. Note for experts: the patch just changes data at $86CC Original: 86CC AF AF A4 E0 A2 40 AF A7 E0 ... Fixed: 86CC AF AF A4 70 A2 20 AF A7 70 ...