Login
Back to forumSee the full topicGo to last reply

Posted By

Csabo
on 2012-07-28
20:39:17
 Re: Intruder Adventure +4

Hey, you're a Plus/4 coder now happy

It's a good start, but needs a bit of work. First of all, this piece of code should be added to every C64 BASIC conversion if it uses the PRINT color codes:

1 FORI=0TO15:READV:POKE275+I,V:NEXTI:DATA 0,113,50,83,52,79,46,103,56,41,66,49,65,111,70,81

(It can be entered in one line, just use the abbreviations for the BASIC commands.) To see what difference it makes, load and run Resident Evil 2 for example, in the original, the colors are wrong, but if this line is entered, everything will look right.

Anyway, back to this game: looks like several of the colors are off... Load the C64 version and just go "E" from the starting screen. The background should be white. The color codes can be taken from the above line. So, for example, in the original in line 800 you have POKE ... , 1 - so you take the code corresponding to 1 (first one is zero, so 1 = 113). You can POKE 113 to the background on the Plussy, and it will be correct.



Back to top


Copyright © Plus/4 World Team, 2001-2024