diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-10-22 13:20:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 10:20:01 -0700 |
commit | c98fb2c11272680a20b9cfb9efe2ce482d3779dd (patch) | |
tree | d5001c7adfe550c52f8190934a74849920bd9eaa /asm/code_8086A3C.s | |
parent | 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (diff) |
Decomped DecideAction() (#66)
* Decomped DecideAction()
* Defined dungeon Pokémon array sizes
Diffstat (limited to 'asm/code_8086A3C.s')
-rw-r--r-- | asm/code_8086A3C.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |