aboutsummaryrefslogtreecommitdiff
path: root/modes/dungeon.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'modes/dungeon.gbasm')
-rw-r--r--modes/dungeon.gbasm2
1 files changed, 2 insertions, 0 deletions
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