aboutsummaryrefslogtreecommitdiff
path: root/attacks
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-18 18:11:29 +0900
committerAstatin <[email protected]>2024-11-18 18:11:29 +0900
commit10a894e2d350a683d8b653c90b9bb8408836c4b9 (patch)
treef90403bb7c036fba646957f561c20c695d454b73 /attacks
parentea4a115b8e640d5d17014a50fd3199ba4cc6494f (diff)
Enter a new mode when dead
Diffstat (limited to 'attacks')
-rw-r--r--attacks/hop.gbasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/attacks/hop.gbasm b/attacks/hop.gbasm
index fdbf7f0..11f6095 100644
--- a/attacks/hop.gbasm
+++ b/attacks/hop.gbasm
@@ -161,6 +161,7 @@ Hop_Attack:
.ADD_A_TO_DIRECTION_BC
LD A, B
LD B, C
+ LD C, A
CALL =Is_Collisionable
CALL =Carve_Entity_Collision_Map
CP $00