From 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 22 Oct 2021 10:01:07 -0700 Subject: Death by 74 files (#65) * death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it --- asm/code_80958E8.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/code_80958E8.s') diff --git a/asm/code_80958E8.s b/asm/code_80958E8.s index dd2376c..dfcbae4 100644 --- a/asm/code_80958E8.s +++ b/asm/code_80958E8.s @@ -1986,8 +1986,8 @@ _0809699C: _080969A8: .4byte gUnknown_203B490 thumb_func_end sub_809693C - thumb_func_start sub_80969AC -sub_80969AC: + thumb_func_start GetNumAcceptedJobs +GetNumAcceptedJobs: push {r4,r5,lr} movs r5, 0 movs r4, 0 @@ -2007,7 +2007,7 @@ _080969C2: pop {r4,r5} pop {r1} bx r1 - thumb_func_end sub_80969AC + thumb_func_end GetNumAcceptedJobs thumb_func_start sub_80969D0 sub_80969D0: -- cgit v1.2.3