diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-22 12:14:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 12:14:58 -0600 |
commit | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (patch) | |
tree | 7b65558bd366be680c577e6a0aea7787db24dd3f /asm/code_8085B0C.s | |
parent | 938a88551f6ddefb7f696b738696c8ce2d8e0e36 (diff) |
Label all entities in Boss Fight Cutscenes (#78)
* label all entities in cutscenes
* remove commented func.. wasn't matching anyway
* Skarmony -> Skarmory
Diffstat (limited to 'asm/code_8085B0C.s')
-rw-r--r-- | asm/code_8085B0C.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_8085B0C.s b/asm/code_8085B0C.s index e79e550..0080472 100644 --- a/asm/code_8085B0C.s +++ b/asm/code_8085B0C.s @@ -22,7 +22,7 @@ sub_8085B0C: _08085B26: ldrb r1, [r4] adds r0, r5, 0 - bl sub_8085918 + bl SetFacingDirection movs r0, 0x6 movs r1, 0x46 bl sub_803E708 |