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 /playerattacks/heal.gbasm | |
parent | 2df3daa5128a27381fe5208fa4eac59ab10bdd9c (diff) |
Separate modes VBlank functions
Diffstat (limited to 'playerattacks/heal.gbasm')
-rw-r--r-- | playerattacks/heal.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playerattacks/heal.gbasm b/playerattacks/heal.gbasm index 72f83fe..2cc7b10 100644 --- a/playerattacks/heal.gbasm +++ b/playerattacks/heal.gbasm @@ -24,6 +24,7 @@ Heal_Attack: LD A, $enum_dungeon_mode LD $mem_requested_mode, A LD $mem_current_mode, A + CALL =Update_VBlank_Handler .CLOSE_DIALOGUE |