mirror of
https://github.com/robmcmullen/fujirun.git
synced 2025-08-07 10:25:14 +00:00
Fixed x offset of player so it didn't intrude an extra byte into the score area
This commit is contained in:
4
actors.s
4
actors.s
@@ -58,7 +58,9 @@ source_actor_y
|
||||
source_end .byte $ff
|
||||
|
||||
; [i*7-3 for i in range(40)]
|
||||
player_col_to_x .byte 0, 4, 11, 18, 25, 32, 39, 46, 53, 60, 67, 74, 81, 88, 95, 102, 109, 116, 123, 130, 137, 144, 151, 158, 165, 172, 179, 186, 193, 200, 207, 214, 221, 228, 235, 242, 249, 249, 249, 249, 249
|
||||
player_col_to_x .byte 0, 3, 10, 17, 24, 31, 38, 45, 52, 59, 66, 73, 80, 87, 94, 101, 108, 115, 122, 129, 136, 143, 150, 157, 164, 171, 178, 185, 192, 199, 206, 213, 220, 227, 234, 241, 248, 248, 248, 248, 248,
|
||||
;.byte 0, 4, 11, 18, 25, 32, 39, 46, 53, 60, 67, 74, 81, 88, 95, 102, 109, 116, 123, 130, 137, 144, 151, 158, 165, 172, 179, 186, 193, 200, 207, 214, 221, 228, 235, 242, 249, 249, 249, 249, 249
|
||||
|
||||
; [i*8-5 for i in range(24)]
|
||||
player_row_to_y .byte 0, 3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 99, 107, 115, 123, 131, 139, 147, 155, 163, 171, 179
|
||||
|
||||
|
Reference in New Issue
Block a user