From f5183a78e20deaa9a294250873f3b5ee5cedafa3 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 15 Oct 2024 17:03:35 +0900 Subject: Increase size of entities array --- entity/actions.gbasm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'entity/actions.gbasm') diff --git a/entity/actions.gbasm b/entity/actions.gbasm index c001609..9f46123 100644 --- a/entity/actions.gbasm +++ b/entity/actions.gbasm @@ -37,7 +37,7 @@ Entity_Action: PUSH HL LD A, L - AND $f8 + AND $f0 LD L, A ; This is confusing but this thing is actually CALL DE @@ -51,8 +51,8 @@ Entity_Action: Entity_Action.skip: LD A, L - AND $f8 - ADD $08 + AND $f0 + ADD $10 LD L, A RET @@ -259,7 +259,7 @@ Fox_AI: Fox_AI.End_movement.end: LD A, L - AND $f8 + AND $f0 LD L, A INC HL LD A, B -- cgit v1.2.3-70-g09d2