change the way static RAM variable are declared and used

This commit is contained in:
2026-04-24 09:31:04 +02:00
parent e6b2d8b086
commit 6cdb7304c2
5 changed files with 55 additions and 47 deletions

View File

@@ -77,7 +77,7 @@ get_tile_address:
cmp r3, sprites.height
jne get_tile_address_offset_per_row_loop
mov r13, offsets.screen
add r13, zr, ptr.screen
mov r3, 0
get_tile_address_margin_top_loop: