diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-22 10:01:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 10:01:07 -0700 |
commit | 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (patch) | |
tree | 0e40067d711c783ef97667f4a8256f38ab0d4b0a /ld_script.txt | |
parent | 3f7ee3a806d965fae70fd98f2cd1af13a2e4cf0b (diff) |
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
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 12 |
1 files changed, 10 insertions, 2 deletions
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); |