From 8a69fd747d22206afe4ea31a743e58070699b3d9 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 3 Sep 2024 18:03:34 +0900 Subject: Rewrite Display_Bunny to be able to display multiple entities --- map/loading.gbasm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'map') diff --git a/map/loading.gbasm b/map/loading.gbasm index a7783c8..e42f388 100644 --- a/map/loading.gbasm +++ b/map/loading.gbasm @@ -103,13 +103,15 @@ Display_Scrolling_Map: BIT 0, A JR Z, =Display_Scrolling_Map.End - LD A, $mem_moving_sprite_direction + LD A, $mem_bunny_direction + AND $07 DEC A AND $01 SLA A DEC A LD B, A - LD A, $mem_moving_sprite_direction + LD A, $mem_bunny_direction + AND $07 DEC A BIT 1, A -- cgit v1.2.3-70-g09d2