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/makuhita_dojo.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/makuhita_dojo.s')
-rw-r--r-- | asm/makuhita_dojo.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/makuhita_dojo.s b/asm/makuhita_dojo.s index 3ace9ed..ef01d6d 100644 --- a/asm/makuhita_dojo.s +++ b/asm/makuhita_dojo.s @@ -194,7 +194,7 @@ _0803010C: adds r1, r0, 0 adds r0, r4, 0 movs r2, 0x6 - bl sub_808D9AC + bl PrintColoredPokeNameToBuffer ldr r0, _0803013C ldr r1, [r0] movs r0, 0xB |