diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-17 10:38:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 10:38:20 -0400 |
commit | 7a059c75a6d120f353b44d7716fd014516bc2dc4 (patch) | |
tree | 51db96f6fde4aa9b548eac6f05d25bb60eeb2609 /ld_script.txt | |
parent | 20d28ee18b2efd0fd3386f409c74156718b29a21 (diff) | |
parent | 8e1e09562e8b79d3977856343ac194cf4623b086 (diff) |
Merge pull request #968 from GriffinRichards/doc-regionmap
Document some pokenav and region map
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 94b737c57..1c4db64cc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -304,7 +304,7 @@ SECTIONS { src/mirage_tower.o(.text); src/berry_fix_program.o(.text); src/pokemon_summary_screen.o(.text); - src/unk_pokedex_area_screen_helper.o(.text); + src/pokedex_area_region_map.o(.text); src/battle_pyramid_bag.o(.text); src/pokenav.o(.text); src/pokenav_main_menu.o(.text); @@ -658,7 +658,7 @@ SECTIONS { src/mirage_tower.o(.rodata); src/berry_fix_program.o(.rodata); src/pokemon_summary_screen.o(.rodata); - src/unk_pokedex_area_screen_helper.o(.rodata); + src/pokedex_area_region_map.o(.rodata); src/battle_pyramid_bag.o(.rodata); src/pokenav.o(.rodata); src/pokenav_main_menu.o(.rodata); |