From d316d1e359c7672277a9cf644acd4e40170f5968 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 5 Apr 2021 22:05:09 -0500 Subject: Preproc all the data (#35) * actually put C files in preproc and use it for formatted type names. Cleaned up makefile like pokeemerald * finish adding all colors and text macros to charmap * preproc all the data and use text macros * move all of wonder_mail_1 to src * unify wonder_mail and wonder_mail_mid * small code cleanup * name two more exclusive pokemon funcs * decomp a few more wonder mail funcs * clean up MemoryFill call * doc more of wonder mail in main menu --- asm/code_809D148.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/code_809D148.s') diff --git a/asm/code_809D148.s b/asm/code_809D148.s index fa42327..2ca52f3 100644 --- a/asm/code_809D148.s +++ b/asm/code_809D148.s @@ -8841,7 +8841,7 @@ _080A1CCC: cmp r5, r0 beq _080A1CA4 adds r0, r5, 0 - bl sub_80981DC + bl IsExclusivePokemonUnlocked lsls r0, 24 cmp r0, 0 beq _080A1CA4 -- cgit v1.2.3