Jump to content
IGNORED

Pfheights error?


pacgreg

Recommended Posts

Whenever I try to compile, There is an error on the line containing the pfheights:?

Sorry for making two posts about this, i think everyone saw the first one and thought I was asking them to make it for me, but my problem is that I cannot find a fix that works for me.

set kernel_options pfheights

set kernel_options pfcolors

pfheights:

8

8

8

8

8

3

3

3

3

3

3

3

3

3

3

3

3

3

3

12

end

pfcolors:

$E4

$E4

$E4

$E4

$E4

$E4

$E4

$E4

$E4

$08

$06

$04

$02

$28

$28

$26

$26

$24

$24

$E4

end

playfield:

.................................

.................................

.................................

.................................

.................................

.................................

.................................

.................................

.................................

.......................XX........

.......................XXX.......

........................XXX......

.........................XXX.....

........................X.XXX....

........................X..XX....

........................X..XX....

.........................X.XX....

..........................XXXX...

...........................XXXX..

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

end

 

COLUBK = $00

COLUPF = $E4

COLUP1=$0E

 

mainloop

drawscreen

goto mainloop

 

Link to comment
Share on other sites

Go to the chart, find what you want, left click on it, then the code appears at the top. Copy the code and paste it into your program:

 

randomterrain.com/atari-2600-memories-batari-basic-commands.html#kernelopchart

 

Everything is supposed to be on the same line like this:

 

   set kernel_options pfcolors pfheights

 

 

Not like this:

 

 set kernel_options pfheights
 set kernel_options pfcolors

 

 

To use more than 11 rows, you can use the mutisprite kernel, the DPC+ kernel, or Superchip RAM.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...