From 2fd4f339b42c010191c199772b09ac34c580de94 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Tue, 23 Mar 2021 12:11:10 -0500 Subject: Miscellaneous Work (Again) (#31) * move some personality data from asm to C * combine personality_test files and add my close attempt at RedrawPartnerSelectionMenu * decomp some more wonder mail funcs and label some more data * lots of data splitting and move some to src * split out more dungeon data * continue splitting out more dungeon data * doc rescue team rank/pts funcs/data and exclusive pokemon ewram * doc more sound things and decomp a func * decomp LoadTeamRankBadge and label some data members * split out rescue team and text util stuff * forgot a constant * match a few funcs and clean up a few * cleaned up sub_80A28B4 --- asm/code_8095014.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/code_8095014.s') diff --git a/asm/code_8095014.s b/asm/code_8095014.s index 28e652f..e7ba8b6 100644 --- a/asm/code_8095014.s +++ b/asm/code_8095014.s @@ -1358,7 +1358,7 @@ _08095B48: strb r0, [r4, 0x1] cmp r0, 0x2 bne _08095B6C - bl sub_8092178 + bl GetRescueTeamRank lsls r0, 24 lsrs r0, 24 cmp r0, 0 @@ -2357,7 +2357,7 @@ _08096280: bne _0809629C movs r5, 0x32 _0809629C: - bl sub_8092178 + bl GetRescueTeamRank lsls r0, 24 lsrs r0, 24 cmp r0, 0x6 -- cgit v1.2.3