diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-24 23:19:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 23:19:48 -0400 |
| commit | 35b68c68ee565b9b232252e4f37ea082e9310560 (patch) | |
| tree | aeacb544f27db8f63b17b7e808b28f4a1e12acde /ld_script.txt | |
| parent | d8b76e6fb545efd69bfb18322a67243520e4d11d (diff) | |
| parent | 7f70b570dd2e18a34a2c0ee558f404c15c77371c (diff) | |
Merge pull request #404 from PikalaxALT/misc_doc
[PARTIALLY LEAK INFORMED] Miscellaneous cleanup and documentation
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index b8d89348a..9e2b1415f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -258,7 +258,7 @@ SECTIONS { src/union_room_chat.o(.text); src/union_room_chat_display.o(.text); src/union_room_chat_objects.o(.text); - src/help_system_812B1E0.o(.text); + src/help_system.o(.text); src/quest_log_battle.o(.text); src/fame_checker.o(.text); src/menu2.o(.text); @@ -267,7 +267,7 @@ SECTIONS { src/menu_indicators.o(.text); src/pokedex_area_markers.o(.text); src/pokemon_summary_screen.o(.text); - src/help_system.o(.text); + src/help_system_util.o(.text); src/wild_pokemon_area.o(.text); src/dynamic_placeholder_text_util.o(.text); src/berry_pouch.o(.text); @@ -560,7 +560,7 @@ SECTIONS { src/union_room_chat.o(.rodata); src/union_room_chat_display.o(.rodata); src/union_room_chat_objects.o(.rodata); - src/help_system_812B1E0.o(.rodata); + src/help_system.o(.rodata); src/fame_checker.o(.rodata); src/menu2.o(.rodata); src/oak_speech.o(.rodata); @@ -568,7 +568,7 @@ SECTIONS { src/menu_indicators.o(.rodata); src/pokedex_area_markers.o(.rodata); src/pokemon_summary_screen.o(.rodata); - src/help_system.o(.rodata); + src/help_system_util.o(.rodata); src/wild_pokemon_area.o(.rodata); src/dynamic_placeholder_text_util.o(.rodata); src/berry_pouch.o(.rodata); |
