From e56422db894bf3f6ace4f35d42dc2820aeedc995 Mon Sep 17 00:00:00 2001 From: AfonsoCMSousa Date: Thu, 20 Mar 2025 19:01:19 +0000 Subject: [PATCH] Created player and player position --- src/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.asm b/src/main.asm index f89082c..2481e99 100644 --- a/src/main.asm +++ b/src/main.asm @@ -61,7 +61,7 @@ print_loop: cmp r10, [rel user_location] - je has_user_location + je has_user_location_pos cmp byte [r11 + r10], 0 je empty_tile