From c98fb2c11272680a20b9cfb9efe2ce482d3779dd Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Fri, 22 Oct 2021 13:20:01 -0400 Subject: Decomped DecideAction() (#66) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Decomped DecideAction() * Defined dungeon Pokémon array sizes --- asm/code_8086A3C.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/code_8086A3C.s') diff --git a/asm/code_8086A3C.s b/asm/code_8086A3C.s index b66357b..dc1e46e 100644 --- a/asm/code_8086A3C.s +++ b/asm/code_8086A3C.s @@ -371,7 +371,7 @@ _08086F6A: adds r0, r1 ldr r4, [r0] adds r0, r4, 0 - bl entityExists + bl EntityExists lsls r0, 24 cmp r0, 0 beq _08086F8E -- cgit v1.2.3