From 4b02238d88af30c98b2f8d44e5200fb80b04bcad Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 7 May 2025 17:01:22 +0200 Subject: I was adding the frog and then broke everything to fix the viewport thingy --- modes/dungeon.gbasm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modes/dungeon.gbasm') diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm index bd3515e..cbe1110 100644 --- a/modes/dungeon.gbasm +++ b/modes/dungeon.gbasm @@ -159,6 +159,8 @@ Dungeon_VBLANK_Entrypoint: CALL =Update_Animation_Steps CALL =Check_Open_Menu_button + LD HL, $mem_entities_list + CALL =Center_viewport_around_entity LD A, $00 LD $mem_oam_buffer_low, A CALL =Display_Animation_List -- cgit v1.2.3-70-g09d2