diff options
Diffstat (limited to 'attacks/hop.gbasm')
-rw-r--r-- | attacks/hop.gbasm | 1 |
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 |