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_809D148.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asm/code_809D148.s') diff --git a/asm/code_809D148.s b/asm/code_809D148.s index 2ca52f3..34cce17 100644 --- a/asm/code_809D148.s +++ b/asm/code_809D148.s @@ -8539,21 +8539,21 @@ _080A1AF0: .4byte gUnknown_811678C _080A1AF4: .4byte gUnknown_8116790 _080A1AF8: movs r0, 0x90 - bl sub_808E734 + bl HasRecruitedMon lsls r0, 24 cmp r0, 0 bne _080A1B08 bl _080A236A _080A1B08: movs r0, 0x91 - bl sub_808E734 + bl HasRecruitedMon lsls r0, 24 cmp r0, 0 bne _080A1B18 bl _080A236A _080A1B18: movs r0, 0x92 - bl sub_808E734 + bl HasRecruitedMon b _080A171E _080A1B20: bl sub_808D33C @@ -8854,7 +8854,7 @@ _080A1CCC: cmp r0, 0 beq _080A1D9E adds r0, r5, 0 - bl sub_808E734 + bl HasRecruitedMon lsls r0, 24 cmp r0, 0 bne _080A1CA4 -- cgit v1.2.3