aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.gbasm b/main.gbasm
index ad1fa44..eb1ea52 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -24,7 +24,7 @@ New_Dungeon:
VBLANK_Entrypoint:
CALL =Display_Prepared_Block
CALL =Display_Object
- CALL =Display_Entities
+ CALL $OAM_DMA_Transfer_routine
CALL =Object_Interactions_Check
@@ -32,6 +32,7 @@ VBLANK_Entrypoint:
CALL =Move_Bunny
CALL =Prepare_Scrolling_Map
+ CALL =Prepare_Entities
RET
.INCLUDE "tiles.gbasm"