Skip to content

Commit f238ad8

Browse files
committed
Fix whitespace and comments
1 parent 35bed74 commit f238ad8

File tree

2 files changed

+190
-220
lines changed

2 files changed

+190
-220
lines changed

hardware.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,10 @@ def TILE_HEIGHT equ 8 ; height of tile in pixels
787787
def TILE_SIZE equ 16 ; size of tile in bytes (2 bits/pixel)
788788

789789
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
792792
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
794794
def PAL_COLORS equ 4 ; colors per palette
795795
def PAL_SIZE equ COLOR_SIZE * PAL_COLORS ; size of palette in bytes
796796

0 commit comments

Comments
 (0)