Jump to content
IGNORED

Adventure: Playfield Manipulation Midscreen...?


EarthQuake

Recommended Posts

Bugfix...remove OBJX from the UNROLL condition (or reflect may malfunction):

 

SetupObjectPrint:
      ldx    CurrentObject+2     ;3 Setup Object1 to print...get Object 1
      lda    Object_Data_LSB,x   ;4 Get low pointer to it's dynamic information
      sta    CurrentObject       ;3 ...Store
      lda    Object_Data_MSB,x   ;4 Get high pointer to it's dynamic informtion
      sta    CurrentObject+1     ;3 ...Store
      ldy    #$01                ;2 Set initial Y index
      lda    (CurrentObject),y   ;5 Get Object1's horizontal co-ordinate
 IF UNROLL_POSITIONING
      sta    Temp                ;3 ...And store for printing
 ENDIF
      sta    ObjX                ;3 (Also save as current)

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...