aboutsummaryrefslogtreecommitdiff
path: root/entity/actions.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-01-24 18:49:12 +0900
committerAstatin <[email protected]>2025-01-24 18:49:12 +0900
commitcf80989154bbb8985bec1d2e089c680714b9b804 (patch)
tree4dd903e51d5a8f997ae84ce5dd4bd78bec8c30bf /entity/actions.gbasm
parent1a6621e5b1da42ee4b6b9132790ec744efc009c2 (diff)
Fix XY/YX/BC/CB issue thingy
Diffstat (limited to 'entity/actions.gbasm')
-rw-r--r--entity/actions.gbasm3
1 files changed, 2 insertions, 1 deletions
diff --git a/entity/actions.gbasm b/entity/actions.gbasm
index f97fbc4..f44e41b 100644
--- a/entity/actions.gbasm
+++ b/entity/actions.gbasm
@@ -283,7 +283,8 @@ Fox_Turn:
CALL =Laser_sight_check
LD A, E
CP $00
- JR Z, =.nyo_basic_attack
+ ;JR Z, =.nyo_basic_attack
+ JR =.nyo_basic_attack
; CALL =Basic_Attack
LD A, L