From d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 27 Feb 2021 10:16:45 -0800 Subject: Miscellaneous decomp/labeling/splitting (#29) * lots of wonder mail work, credits and label some stuff * nonmatch one intr func, match another, and label unused intr func * seperate credits out * split out debug menu and other stuff that isn't main menu * label another func * label some more funcs --- asm/code_8027C84.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/code_8027C84.s') diff --git a/asm/code_8027C84.s b/asm/code_8027C84.s index 7c4a52b..d385681 100644 --- a/asm/code_8027C84.s +++ b/asm/code_8027C84.s @@ -426,7 +426,7 @@ sub_8027F88: adds r1, r4, 0 bl sub_808D8E0 adds r0, r4, 0 - bl sub_808D994 + bl GetMonSpecies adds r1, r0, 0 ldr r0, _08028064 bl strcpy @@ -487,7 +487,7 @@ _08028054: .4byte 0x0000053c _08028058: .4byte 0x00000544 _0802805C: .4byte 0x0000ffff _08028060: .4byte gUnknown_202E5D8 -_08028064: .4byte gUnknown_202DF98 +_08028064: .4byte gAvailablePokemonNames _08028068: .4byte 0x0000042c _0802806C: .4byte 0x0000042d _08028070: .4byte 0x0000042e -- cgit v1.2.3