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_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 f6919cb..d7623ba 100644 --- a/asm/code_8095014.s +++ b/asm/code_8095014.s @@ -581,7 +581,7 @@ _080954E2: adds r1, r5, 0 adds r1, 0x30 mov r0, sp - bl xxx_restore_poke_sub_2c_8094128 + bl RestorePokemonMoves adds r1, r5, 0 adds r1, 0x50 mov r0, sp @@ -727,7 +727,7 @@ _0809563A: adds r1, r5, 0 adds r1, 0x30 mov r0, sp - bl xxx_save_poke_sub_2c_8094108 + bl SavePokemonMoves adds r1, r5, 0 adds r1, 0x50 mov r0, sp -- cgit v1.2.3