mirror of
https://github.com/robmcmullen/fujirun.git
synced 2025-01-16 13:31:13 +00:00
changed player row/col lookup to center on maze lines
This commit is contained in:
parent
c0a23a6ca2
commit
0afa3a6b64
8
actors.s
8
actors.s
@ -57,10 +57,10 @@ source_actor_y
|
||||
|
||||
source_end .byte $ff
|
||||
|
||||
; [i*7 for i in range(40)]
|
||||
player_col_to_x .byte 0, 7, 14, 21, 28, 35, 42, 49, 56, 63, 70, 77, 84, 91, 98, 105, 112, 119, 126, 133, 140, 147, 154, 161, 168, 175, 182, 189, 196, 203, 210, 217, 224, 248, 248, 248, 248, 248, 248, 248, 248
|
||||
; [i*8 for i in range(24)]
|
||||
player_row_to_y .byte 0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184
|
||||
; [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
|
||||
; [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
|
||||
|
||||
|
||||
STARTING_LIVES = 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user