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/pelipper_board.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/pelipper_board.s') diff --git a/asm/pelipper_board.s b/asm/pelipper_board.s index 679f1de..433698a 100644 --- a/asm/pelipper_board.s +++ b/asm/pelipper_board.s @@ -140,7 +140,7 @@ sub_802EC10: lsls r0, 24 cmp r0, 0 bne _0802EC40 - bl sub_80969AC + bl GetNumAcceptedJobs cmp r0, 0x7 ble _0802EC4A _0802EC40: -- cgit v1.2.3