diff options
author | Astatin <[email protected]> | 2025-05-07 17:01:22 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-07 17:01:22 +0200 |
commit | 4b02238d88af30c98b2f8d44e5200fb80b04bcad (patch) | |
tree | d69861ff5fe1ebed41f9697335948bde512f10f4 /modes | |
parent | 7284cc51dedb4f77fe6c1fa1da735b52609b1d4d (diff) |
I was adding the frog and then broke everything to fix the viewport thingy
Diffstat (limited to 'modes')
-rw-r--r-- | modes/dungeon.gbasm | 2 |
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 |