From 5513939c6077032f625c2de98f395026caf063b1 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 22 Oct 2024 18:01:00 +0900 Subject: Add white window at the top for future health bar --- entity/init.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entity/init.gbasm') diff --git a/entity/init.gbasm b/entity/init.gbasm index 4b5b0fa..4316032 100644 --- a/entity/init.gbasm +++ b/entity/init.gbasm @@ -71,13 +71,13 @@ Fix_Bunny_screen: SWAP A AND $f0 OR $08 - LD $reg_viewport_x, A + LD $mem_prepared_viewport_x, A LD A, $mem_viewport_y SWAP A AND $f0 OR $08 - LD $reg_viewport_y, A + LD $mem_prepared_viewport_y, A RET -- cgit v1.2.3-70-g09d2