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_2.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asm/code_2.s') diff --git a/asm/code_2.s b/asm/code_2.s index 994f260..626681a 100644 --- a/asm/code_2.s +++ b/asm/code_2.s @@ -1262,10 +1262,10 @@ sub_8001064: movs r0, 0x4 ldrsh r1, [r5, r0] adds r0, r4, 0 - bl sub_808D8BC + bl CopySpeciesNametoBuffer mov r0, sp adds r1, r4, 0 - bl sub_80922F4 + bl CopyStringtoBuffer movs r1, 0x4 ldrsh r0, [r5, r1] movs r1, 0x1 @@ -1293,10 +1293,10 @@ _080010AE: movs r0, 0x6 ldrsh r1, [r5, r0] adds r0, r4, 0 - bl sub_808D8BC + bl CopySpeciesNametoBuffer mov r0, sp adds r1, r4, 0 - bl sub_80922F4 + bl CopyStringtoBuffer movs r1, 0x6 ldrsh r0, [r5, r1] movs r1, 0 -- cgit v1.2.3