Page 1 of 1

Hunchy

Posted: Mon Sep 19, 2022 9:52 am
by mz-80a
Any ideas why Hunchy doesn't work? Not sure what machine it's for.
HUNCHY.zip
(6.97 KiB) Downloaded 365 times

Re: Hunchy

Posted: Fri Sep 23, 2022 7:52 pm
by Pacman
I spotted these errors there, and I think there are others certainly due to the translation from tape to mzf:

$2681: C3 6A 94 -> C3 6A 34 (start of the game)
$273A : 80 -> 00
$2B6D : 18 30 02 -> 11 30 02
$2D88 : CD 80 19 -> CD 80 13
$3494 : CD 8C 2B -> CD 8B 2B ?
$37FC : C3 61 3C -> C3 60 3C ?
$3B7B : C3 4D 3D -> ?? ?? ??
$3BD4 : DC 3B CD -> ?? ?? ??
$4095 : DA CA E0 -> ?? ?? ??
$41B7 : C3 19 43 -> ?? ?? ??
$4215 : CD FA 98 -> CD ?? ??
$444D : E5 -> CD
$4587 : 18 06 00 -> 11 06 00
$463D : 18 86 00 -> 11 86 00
$4907 : 18 62 00 -> 11 62 00
$494C : CD 84 32 -> CD ?? ??
$4BFB : 59 -> 53
$4BFE : 33 -> 27
$4C0E : 66 -> 4E
$4C31 : E5 -> CD
$4C5E : 66 -> 4E
$4E97 : CD 0E 13 -> CD 1E 12

Re: Hunchy

Posted: Fri Sep 23, 2022 8:54 pm
by Pacman
Corrected version ...well I hope I haven't forgotten anything!
mz700_bin_hunchy.mzf.zip
(6.68 KiB) Downloaded 388 times

Re: Hunchy

Posted: Sat Sep 24, 2022 10:31 am
by Pacman
So I removed everything that is not used in the program: Reduction of 2kB
Enjoy
mz700_bin_hunchy.mzf.zip
(6.02 KiB) Downloaded 396 times

Re: Hunchy

Posted: Sat Sep 24, 2022 5:44 pm
by mz-80a
Excellent! Thanks :)