diff options
author | Astatin <[email protected]> | 2024-11-18 16:58:13 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-18 16:58:13 +0900 |
commit | ea4a115b8e640d5d17014a50fd3199ba4cc6494f (patch) | |
tree | 39bfe1c418c46445951ba9854708928f0cc027a7 /main.gbasm | |
parent | 0a979fabc9c770834ed90e02758aadea51c889a8 (diff) |
Check collisions on hop and cancel if collision
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,7 +112,7 @@ VBLANK_Entrypoint: LD (HL), A CALL $OAM_DMA_Transfer_routine - CALL =Hop_Attack_Loading_VBlank + CALL =Loading_Mode_VBlank LD A, $mem_current_mode CP $enum_dungeon_mode @@ -143,7 +143,7 @@ VBLANK_Entrypoint: Skip_Dungeon_Update: - CALL =Hop_Attack_Loading_Regular + CALL =Loading_Mode_Regular CALL =Update_Animation_Steps CALL =Check_Open_Menu_button CALL =Move_dialogue_cursor |