diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-10 00:47:44 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-10 00:47:44 -0400 |
commit | 05d03f7f3256b143a01506421c19964bcceaea5c (patch) | |
tree | d45390654cd3f80ffccd4af95760133ef77366bd /asm/battle_message.s | |
parent | 799a9ccfe28999477776cd3ae79ff0d32c836565 (diff) |
decompile up to sub_80444C4
Diffstat (limited to 'asm/battle_message.s')
-rw-r--r-- | asm/battle_message.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/battle_message.s b/asm/battle_message.s index 9e2e38828..0b58fd3fb 100644 --- a/asm/battle_message.s +++ b/asm/battle_message.s @@ -707,7 +707,7 @@ _080D77F0: .4byte gUnknown_83FDF3C BattleStringExpandPlaceholdersToDisplayedString: @ 80D77F4 push {lr} ldr r1, _080D7800 @ =gDisplayedStringBattle - bl sub_80D7868 + bl BattleStringExpandPlaceholders pop {r1} bx r1 .align 2, 0 @@ -770,8 +770,8 @@ _080D785E: bx r1 thumb_func_end TryGetStatusString - thumb_func_start sub_80D7868 -sub_80D7868: @ 80D7868 + thumb_func_start BattleStringExpandPlaceholders +BattleStringExpandPlaceholders: @ 80D7868 push {r4-r7,lr} mov r7, r9 mov r6, r8 @@ -2177,7 +2177,7 @@ _080D83FA: pop {r4-r7} pop {r1} bx r1 - thumb_func_end sub_80D7868 + thumb_func_end BattleStringExpandPlaceholders thumb_func_start ExpandBattleTextBuffPlaceholders ExpandBattleTextBuffPlaceholders: @ 80D8418 |