diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-03-02 16:34:31 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-03-02 16:34:31 +0100 |
commit | ae29f35afdd7c79b08a729be689248359153f587 (patch) | |
tree | 37501c269692df97294f2f62db80e2d15f219832 /ld_script.txt | |
parent | 0a9f0d80f5f3d1cf02ae26a7bad1d771f8dedc52 (diff) |
start decompiling list menu
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 7dcf21569..88306e790 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -247,6 +247,7 @@ SECTIONS { src/menu.o(.text); asm/battle_frontier_2.o(.text); src/item_menu.o(.text); + src/list_menu.o(.text); asm/list_menu.o(.text); asm/menu_indicators.o(.text); src/unk_text_util.o(.text); |