diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-16 09:53:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 09:53:08 -0500 |
commit | fad367402892e1c25634c4448936d84a621c341c (patch) | |
tree | b796aba2ae57729cae5f78767336082dd46a6b21 /ld_script.txt | |
parent | 0bc479db34154988c6322bf5f2bb6d48556f62c3 (diff) | |
parent | 884b46a5dc26ae9e0c0abcf7e0d69c1122a30e22 (diff) |
Merge pull request #225 from GriffinRichards/doc-questlog
Document some quest log
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index da1f2b676..ecf5857f1 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -279,10 +279,10 @@ SECTIONS { src/wireless_communication_status_screen.o(.text); src/braille_text.o(.text); src/text_window.o(.text); - src/quest_log_8150454.o(.text); + src/quest_log_player.o(.text); asm/dodrio_berry_picking.o(.text); src/battle_controller_pokedude.o(.text); - src/quest_log_815A008.o(.text); + src/quest_log_objects.o(.text); src/dodrio_berry_picking_2.o(.text); asm/dodrio_berry_picking_2.o(.text); src/teachy_tv.o(.text); @@ -562,7 +562,7 @@ SECTIONS { src/wireless_communication_status_screen.o(.rodata); src/braille_text.o(.rodata); src/text_window_graphics.o(.rodata); - src/quest_log_8150454.o(.rodata); + src/quest_log_player.o(.rodata); data/berry_powder.o(.rodata); src/dodrio_berry_picking.o(.rodata); src/battle_controller_pokedude.o(.rodata); |