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_80521D0.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_80521D0.s')
-rw-r--r-- | asm/code_80521D0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_80521D0.s b/asm/code_80521D0.s index c7987d1..0ff1da5 100644 --- a/asm/code_80521D0.s +++ b/asm/code_80521D0.s @@ -698,9 +698,9 @@ sub_8052910: push {r6,r7} sub sp, 0x14 adds r6, r0, 0 - bl sub_8085480 + bl xxx_call_GetLeaderEntity adds r4, r0, 0 - bl sub_808548C + bl GetPartnerEntity adds r5, r0, 0 movs r0, 0 mov r9, r0 |