Merge branch 'main' into res-0-prerendered

This commit is contained in:
2026-05-01 21:48:24 +02:00
30 changed files with 938 additions and 693 deletions

View File

@@ -0,0 +1,16 @@
const robot_initial_x = 1
const robot_initial_y = 1
const robot_initial_direction = game.direction_down
mov r1, robot_initial_x
mov r2, robot_initial_y
mov r5, robot_initial_direction
add r6, zr, ptr.state_robot
store_8 [r6], r1
add r6, r6, 1
store_8 [r6], r2
add r6, r6, 1
store_8 [r6], r5
mov r3, sprites.robot_down
call drawing.draw_sprite_at_map_coord