diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-21 10:19:41 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-21 10:19:41 -0400 |
| commit | 75b2298d37fa39077f7d5b930c0629ad5064ab84 (patch) | |
| tree | 070898588e8a0511ecc661f20866bc0b0d05a3d0 /ld_script.txt | |
| parent | 9ab2ab3c8068b7194291e58bb7c12befdb1df27a (diff) | |
Start syncing contest code documentation from Emerald
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3dd99494a..6f582cc3f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -159,8 +159,8 @@ SECTIONS { src/debug/sound_check_menu.o(.text); src/secret_base.o(.text); src/tv.o(.text); - src/contest_link_80C2020.o(.text); - src/script_pokemon_util_80C4BF0.o(.text); + src/contest_link_util.o(.text); + src/contest_util.o(.text); src/field_poison.o(.text); src/pokemon_size_record.o(.text); src/pc_screen_effect.o(.text); @@ -173,7 +173,7 @@ SECTIONS { src/field_special_scene.o(.text); src/rotating_gate.o(.text); src/safari_zone.o(.text); - src/contest_link_80C857C.o(.text); + src/contest_link.o(.text); src/item_use.o(.text); src/battle/anim/powder.o(.text); src/battle/anim/orbs.o(.text); @@ -589,8 +589,8 @@ SECTIONS { src/debug/sound_check_menu.o(.rodata); src/secret_base.o(.rodata); src/tv.o(.rodata); - src/contest_link_80C2020.o(.rodata); - src/script_pokemon_util_80C4BF0.o(.rodata); + src/contest_link_util.o(.rodata); + src/contest_util.o(.rodata); src/pokemon_size_record.o(.rodata); src/pc_screen_effect.o(.rodata); src/pc_screen_effect.o(.data); @@ -600,7 +600,7 @@ SECTIONS { src/fldeff_recordmixing.o(.rodata); src/field_special_scene.o(.rodata); src/rotating_gate.o(.rodata); - src/contest_link_80C857C.o(.rodata); + src/contest_link.o(.rodata); src/item_use.o(.rodata); src/battle/anim/powder.o(.rodata); src/battle/anim/orbs.o(.rodata); |
