diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-12 00:53:22 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-11 21:53:22 -0800 |
commit | 0db72319326c6b29b0fdcdd1e7767a7e7ba46a1d (patch) | |
tree | 72c2e0376b41092430ac41031392a267f8b0d424 /ld_script.txt | |
parent | 7972880b75f034a0ad09047397c2207a22761b21 (diff) |
decompile braille_puzzles.c (#187)
* begin decompiling braille_puzzles.c
* finish decompiling 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 c98886e1e..9ac37701c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -235,7 +235,7 @@ SECTIONS { src/berry_tag_screen.o(.text); src/mystery_event_menu.o(.text); src/save_failed_screen.o(.text); - asm/braille_puzzles.o(.text); + src/braille_puzzles.o(.text); asm/pokeblock_feed.o(.text); src/clear_save_data_menu.o(.text); asm/intro_credits_graphics.o(.text); |