Skip to content

Commit

Permalink
Updates to objects
Browse files Browse the repository at this point in the history
  • Loading branch information
picosonic committed Dec 23, 2024
1 parent fe2db8d commit 4a0f086
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 38 deletions.
6 changes: 6 additions & 0 deletions C64/consts.asm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ ATTR_GRID = 8
ATTR_NOTSOLID = &40 ; Set means not solid
ATTR_REVERSE = &80 ; Set means h-flip

; Frame plotting modes
PLOT_AND = &00
PLOT_OR = &08
PLOT_XOR = &10
PLOT_NULL = &18 ; Invalid - don't plot

; Room related

OFFMAP = 255
Expand Down
Loading

0 comments on commit 4a0f086

Please sign in to comment.