diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-05 13:02:39 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-05 13:02:39 -0400 |
commit | e7175999f55da53392d269a2f03f498a03c9826c (patch) | |
tree | 368bd8457b7c6666a0c364d88dab300cc0a22cf2 /ld_script.txt | |
parent | 09d5d81c9cd2295ec1a52323c7a8337313a3b021 (diff) |
decompile braille_puzzles.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3170e1919..0dc9d7bc9 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -222,7 +222,7 @@ SECTIONS { asm/berry_tag_screen.o(.text); asm/mystery_event_menu.o(.text); asm/save_failed_screen.o(.text); - asm/braille_puzzles.o(.text); + src/braille_puzzles.o(.text); asm/pokeblock_feed.o(.text); asm/clear_save_data_screen.o(.text); asm/intro_credits_graphics.o(.text); |