9 lines
214 B
NASM
9 lines
214 B
NASM
; given:
|
|
; -> 256x192 pixels screen
|
|
; -> 15x11 tiles map
|
|
; => 17x17 pixels tile
|
|
|
|
pub const scene.margin_top = 2
|
|
pub const scene.margin_bottom = 3
|
|
pub const scene.margin_left = 0
|
|
pub const scene.margin_right = 1 |