aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-18 16:58:13 +0900
committerAstatin <[email protected]>2024-11-18 16:58:13 +0900
commitea4a115b8e640d5d17014a50fd3199ba4cc6494f (patch)
tree39bfe1c418c46445951ba9854708928f0cc027a7 /main.gbasm
parent0a979fabc9c770834ed90e02758aadea51c889a8 (diff)
Check collisions on hop and cancel if collision
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.gbasm b/main.gbasm
index a46165a..385d4cd 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -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