diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-01 16:33:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 14:33:06 -0800 |
commit | 4fc272fea6bc7332fae031ebeb12362cff1c35de (patch) | |
tree | 88092c6da3a6bb741caceab54f5372aee4ad5bae /asm/code_80521D0.s | |
parent | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (diff) |
No wifi + 2 days on train = more decomp (#80)
* No wifi + 2 days on train = more decomp
* layin some more
* one func, one file
Diffstat (limited to 'asm/code_80521D0.s')
-rw-r--r-- | asm/code_80521D0.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/code_80521D0.s b/asm/code_80521D0.s index 0ff1da5..5156376 100644 --- a/asm/code_80521D0.s +++ b/asm/code_80521D0.s @@ -690,8 +690,8 @@ sub_80528F4: bx r0 thumb_func_end sub_80528F4 - thumb_func_start sub_8052910 -sub_8052910: + thumb_func_start DisplayDungeonDialogue +DisplayDungeonDialogue: push {r4-r7,lr} mov r7, r9 mov r6, r8 @@ -987,7 +987,7 @@ _08052B72: bx r0 .align 2, 0 _08052B88: .4byte gUnknown_80F7AEA - thumb_func_end sub_8052910 + thumb_func_end DisplayDungeonDialogue thumb_func_start sub_8052B8C sub_8052B8C: @@ -4954,7 +4954,7 @@ _08054F40: adds r1, r5, 0 mov r2, r8 mov r3, r9 - bl sub_805BEA0 + bl LuminousOrbAction b _080554BA _08054F4E: adds r0, r7, 0 |