Skip to content

Commit

Permalink
fix(#8): Old copperlist pointer not saved to CopperSave on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Feb 8, 2022
1 parent 4c11b9a commit e91e6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gencop.s
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ init:
jsr _LVOOldOpenLibrary(a6)
move.l d0,a1
move.l 38(a1),d4 ; copper list pointer to save
move.l d4,CopperSave
jsr _LVOCloseLibrary(a6)

move.b #$80,d7 ; y position
Expand Down

0 comments on commit e91e6c1

Please sign in to comment.