Jump to content
IGNORED

pfheights dont like pfres


rpgfaker

Recommended Posts

pfheights dont like pfres, as a matter of fact it left the country. Adding a pfheights to a simple pfres = 32 screen resulted in the NTSC changing to PAL. Didn't see that one coming...the first code is the NTSC pfres screen the second is the same program with pfheights added. Is this not possible?

 

 rem batari Basic Program
rem created 5/17/2010 6:01:40 AM by Visual bB Version 1.0.0.550
  set romsize 16kSC
  

  const pfres=32

  playfield:
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  X..............................X
end


  COLUBK = $04
  COLUPF = $1A

loop
  drawscreen
  goto loop

  bank 2
  bank 3
  bank 4

 

 rem batari Basic Program
rem created 5/17/2010 6:01:40 AM by Visual bB Version 1.0.0.550
  set romsize 16kSC
  
  set kernel_options pfheights

  const pfres=32

  playfield:
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  X..............................X
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  X..............................X
end

 pfheights:
 8
 2
 2
 2
 2
 2
 2
 2
 2
 2
 2
 2
 2
 1
 1
 1
 1
 1
 1
 1
 1
 1
 1
 8
 2
 2
 2
 2
 2
 2
 2
 8 
end

  COLUBK = $04
  COLUPF = $1A

loop
  drawscreen
  goto loop

  bank 2
  bank 3
  bank 4

Link to comment
Share on other sites

I don't know why but when I read that on RT's page I thought it meant "at least 11" I see why now

 

**better summed up with these lyrics from the police

 

And when their eloquence escapes me

Their logic ties me up and rapes me

 

De do do do, de da da da

Is all I want to say to you

Edited by rpgfaker
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...