From cf80989154bbb8985bec1d2e089c680714b9b804 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 24 Jan 2025 18:49:12 +0900 Subject: Fix XY/YX/BC/CB issue thingy --- entity/actions.gbasm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'entity/actions.gbasm') 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 -- cgit v1.2.3-70-g09d2