diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-10-16 19:02:35 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-16 17:02:35 -0700 |
commit | f2fb6f9b830888c649fca285bdfab5657c64ef35 (patch) | |
tree | 42e1ebe4dc161e0948652a2adfe707e76209f931 /ld_script.txt | |
parent | 1125d78ad398411e690b1817624cbeeb5ae48144 (diff) |
decompile option menu and begin decompiling pokedex (#58)
* start decompiling pokedex
* fix up this darn struct
* decompile most of the option menu code
* decompile more code
* finish up with option menu
* minor cleanup
* fix some pokedex functions
* remove disassembly files
* actually remove disassembly files
* more decompilation
* decompile 2 more functions
* minor cleanup
* Update start_menu.c with CB2_InitPokedex
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3895b46ff..901026b76 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -73,6 +73,9 @@ SECTIONS { asm/rom_8074BAC.o(.text); src/task.o(.text); asm/rom5.o(.text); + src/option_menu.o(.text); + src/pokedex.o(.text); + asm/rom5_part2.o(.text); src/starter_choose.o(.text); src/wallclock.o(.text); asm/rom6.o(.text); |