From 522bde7b7e7d70fc86a5dac2042b7b20e05c197b Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 29 Aug 2024 16:14:35 +0900 Subject: Fix issues related to VBlank wait in sameboy + Add stairs interactions --- main.gbasm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.gbasm') diff --git a/main.gbasm b/main.gbasm index 7fc2cd1..4fe24a0 100644 --- a/main.gbasm +++ b/main.gbasm @@ -3,6 +3,8 @@ Entrypoint: CALL =Initialize_RNG +New_Dungeon: + LD SP, $fffe CALL =Dungeon_Generation CALL =Initialize_Bunny CALL =Initialize_Objects @@ -20,8 +22,11 @@ Entrypoint: VBLANK_Entrypoint: CALL =Display_Bunny + CALL =Display_Scrolling_Map CALL =Display_Objects + CALL =Object_Interactions_Check + CALL =Pad_Button_Check CALL =Move_Bunny -- cgit v1.2.3-70-g09d2