From: Lukas Krickl Date: Thu, 21 Aug 2025 06:58:34 +0000 (+0200) Subject: doors: doors are not covered anymore X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=f1042d155117aa370e2e07cfeff8af0554f859b7;p=gbrg%2F.git doors: doors are not covered anymore --- diff --git a/src/player.s b/src/player.s index b7f9d38..fcbd97f 100644 --- a/src/player.s +++ b/src/player.s @@ -107,7 +107,7 @@ unit_player_remove_door: ; remove door tile, door flag ; and redraw map - ld a, 0x48 ; roof tile + ld a, 0x00 ; roof tile ; clear map ld [hl+], a ld a, CF_EXIT