[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Single-load games - cracking for fun?
On Dec 24, 3:51 am, lyricalnanoha
<lyricalnan...@usotsuki.hoshinet.org> wrote:
> >> I wonder if I could shove the image into an unused part of the memory
> >> instead...or even, if must be, onto the language card.
I created the Moon Patrol NIB and notes for it.
The data loaded is necessary unless you omit the moon base animation
(as all file versions do), so as Brendan and Antoine say you'll have
to find somewhere like the language card or aux mem to put it.
(Antoine is referring to the aux mem move routine at $C311).
Another option is to store the image data compressed in unused memory
and decompress it to the hires screen, thus keeping to the game's
original 48K spec. I was in the process of doing this some time ago,
but it was pushed on the back burner.
One problem is there isn't enough free memory to do that without
drawing to the displayed screen (or showing a messy data-filled
screen) unless you go beyond 48K.
Cheers,
Nick.