From f65dee5a143bd543c74c010d7252eb76893ee243 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 19 Apr 2021 21:55:40 -0700 Subject: Wonder mail and some boss dialogues (#36) * more wonder mail and main menu work * Lots of things.. doc'ing, decomping, and other things * continue decomping boss scenes * up to Suicune * up to Mewtwo dialogue * up to Raquaza * fix spelling error on Rayquaza and decomp a few more * up to groudon * divide > shift --- asm/code_808DAB4.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/code_808DAB4.s') diff --git a/asm/code_808DAB4.s b/asm/code_808DAB4.s index 9684943..93e7bf3 100644 --- a/asm/code_808DAB4.s +++ b/asm/code_808DAB4.s @@ -1201,8 +1201,8 @@ _0808E72C: bx r0 thumb_func_end sub_808E6F4 - thumb_func_start sub_808E734 -sub_808E734: + thumb_func_start HasRecruitedMon +HasRecruitedMon: push {r4-r6,lr} lsls r0, 16 asrs r4, r0, 16 @@ -1236,7 +1236,7 @@ _0808E76A: pop {r4-r6} pop {r1} bx r1 - thumb_func_end sub_808E734 + thumb_func_end HasRecruitedMon thumb_func_start sub_808E770 sub_808E770: -- cgit v1.2.3