From: Lukas Krickl Date: Fri, 26 Sep 2025 16:15:50 +0000 (+0200) Subject: player: the player now spans in the bottom center of the map X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=848b669ce438d56dbf5021d7139c8d46ea725d7e;p=gbrg%2F.git player: the player now spans in the bottom center of the map --- diff --git a/src/player.s b/src/player.s index 5fc83b9..25b245d 100644 --- a/src/player.s +++ b/src/player.s @@ -3,9 +3,9 @@ ; sets up the player actor player_init: ; initial position - ld a, 0 + ld a, 0x60 ld [player+act_pos_y], a - ld a, 0 + ld a, 0x40 ld [player+act_pos_x], a ld a, 0x30 ; initial next scroll