diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-26 01:07:36 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-25 22:07:36 -0800 |
commit | 448acff16e53485c5cfb90983a7a1e1b4644c30b (patch) | |
tree | 47525f8d2a65bd906b026d3c29160103b7c3a9d9 /ld_script.txt | |
parent | 9442bdcbf3abf3e44d2829ec72bfe23649c7d8ac (diff) |
finish decompiling naming_screen (#217)
* decompile more code
* incbin graphics data
* decompile more code
* decompile more code
* finish decompiling
* name some functions and variables
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 62afdd1c7..ac8766459 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -151,7 +151,6 @@ SECTIONS { 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); src/record_mixing.o(.text); |