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 --- ld_script.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index 4ccd069..c8f047b 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -234,17 +234,25 @@ SECTIONS { src/exclusive_pokemon.o(.text); asm/exclusive_pokemon.o(.text); src/exclusive_pokemon_1.o(.text); - asm/code_80983D8.o(.text); src/code_80983D8.o(.text); asm/code_8098468.o(.text); src/code_8098BDC.o(.text); asm/code_8098BDC.o(.text); src/code_809D148.o(.text); asm/code_809D148.o(.text); + asm/ground_script.o(.text); src/code_80A26CC.o(.text); asm/code_80A26CC.o(.text); + src/ground_map.o(.text); + asm/ground_map.o(.text); + asm/ground_sprite.o(.text); src/code_80A7714.o(.text); - asm/code_80A7714.o(.text); + asm/ground_lives.o(.text); + asm/ground_object.o(.text); + asm/ground_effect.o(.text); + src/ground_link.o(.text); + asm/ground_link.o(.text); + asm/ground_event.o(.text); asm/m4a_1.o(.text); src/m4a.o(.text); *libagbsyscall.a:CpuSet.o(.text); -- cgit v1.2.3