change the way static RAM variable are declared and used

(cherry picked from commit 6cdb7304c2)
This commit is contained in:
2026-04-24 09:31:04 +02:00
parent 3992863664
commit b0758c6976
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: