diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-22 21:43:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-22 21:43:45 -0800 |
commit | a14cd89b9ca175af2fba4faadd8989e24d1275ce (patch) | |
tree | 8317f8eb02e8e7a8398944f61041c1a20508bc06 /ld_script.txt | |
parent | 22e4e3f3781cf69813ff258f1cd575a9ca46ae18 (diff) | |
parent | b1925402a0c7ffa4ca9470ef2ad9afc9a1baaf06 (diff) |
Merge pull request #214 from camthesaxman/naming_screen
start decompiling naming_screen
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1af54ea2b..9f5f9970d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -150,6 +150,7 @@ SECTIONS { asm/shop.o(.text); src/berry.o(.text); src/script_menu.o(.text); + src/naming_screen.o(.text); asm/naming_screen.o(.text); src/money.o(.text); asm/contest_effect.o(.text); |