Skip to content

Commit

Permalink
Move room var offsets by 1
Browse files Browse the repository at this point in the history
  • Loading branch information
picosonic committed Dec 6, 2024
1 parent 7bbdecf commit a7e8e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions C64/dizzy3_64.asm
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ ORG &00
.v039A
.v039B
.v039C
.v03B7 ; roomno ?
.v03B8
.v03B7
.v03B8 ; roomno ?
.v03B9
.v03BA
.v03BB
Expand Down Expand Up @@ -129,7 +129,7 @@ ORG &00
.v03E1
.v03E2
.v03E3
.v03E5
.v03E5 ; roomno ?

ORG &0B00

Expand Down

0 comments on commit a7e8e4f

Please sign in to comment.