diff options
author | Astatin <[email protected]> | 2025-03-25 19:01:47 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-25 19:01:47 +0900 |
commit | fb8e853fd0c6660696e762f67877b4d24a9f4c22 (patch) | |
tree | 4c2c69bd5e13bebfe02534541e4adcf2b67f335f /animation.gbasm | |
parent | 2df3daa5128a27381fe5208fa4eac59ab10bdd9c (diff) |
Separate modes VBlank functions
Diffstat (limited to 'animation.gbasm')
-rw-r--r-- | animation.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animation.gbasm b/animation.gbasm index c136eb9..fdd64ae 100644 --- a/animation.gbasm +++ b/animation.gbasm @@ -11,6 +11,7 @@ Animation_Wait_Mode: LD A, $enum_dungeon_mode LD $mem_current_mode, A LD $mem_requested_mode, A + CALL =Update_VBlank_Handler RET Display_Animation_List: |