File tree Expand file tree Collapse file tree 2 files changed +190
-220
lines changed Expand file tree Collapse file tree 2 files changed +190
-220
lines changed Original file line number Diff line number Diff line change @@ -787,10 +787,10 @@ def TILE_HEIGHT equ 8 ; height of tile in pixels
787
787
def TILE_SIZE equ 16 ; size of tile in bytes (2 bits/pixel)
788
788
789
789
def COLOR_SIZE equ 2 ; size of color in bytes (little-endian BGR555)
790
- def COLOR_GREEN_LOW equ %111_00000 ; for the low byte
791
- def COLOR_RED equ %000_11111 ; for the low byte
790
+ def COLOR_GREEN_LOW equ %111_00000 ; for the low byte
791
+ def COLOR_RED equ %000_11111 ; for the low byte
792
792
def COLOR_BLUE equ %0_11111_00 ; for the high byte
793
- def COLOR_GREEN_HIGH equ %000000_11 ; for the high byte
793
+ def COLOR_GREEN_HIGH equ %000000_11 ; for the high byte
794
794
def PAL_COLORS equ 4 ; colors per palette
795
795
def PAL_SIZE equ COLOR_SIZE * PAL_COLORS ; size of palette in bytes
796
796
You can’t perform that action at this time.
0 commit comments