diff options
author | Astatin <[email protected]> | 2025-01-24 18:49:12 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-01-24 18:49:12 +0900 |
commit | cf80989154bbb8985bec1d2e089c680714b9b804 (patch) | |
tree | 4dd903e51d5a8f997ae84ce5dd4bd78bec8c30bf /playerattacks | |
parent | 1a6621e5b1da42ee4b6b9132790ec744efc009c2 (diff) |
Fix XY/YX/BC/CB issue thingy
Diffstat (limited to 'playerattacks')
-rw-r--r-- | playerattacks/hop.gbasm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playerattacks/hop.gbasm b/playerattacks/hop.gbasm index cd69763..8b48f6d 100644 --- a/playerattacks/hop.gbasm +++ b/playerattacks/hop.gbasm @@ -158,9 +158,6 @@ Hop_Attack: LD A, $02 .ADD_A_TO_DIRECTION_BC - LD A, B - LD B, C - LD C, A CALL =Is_Collisionable CALL =Carve_Entity_Collision_Map CP $00 |