diff options
author | camthesaxman <cameronghall@cox.net> | 2017-01-21 12:05:31 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-01-21 12:05:31 -0600 |
commit | 9900ca5af2d9e3d081831fa6f1a2c8b6554ab970 (patch) | |
tree | 8120f4f84f6a591f1fb235a0e6d30bf3db241acd /ld_script.txt | |
parent | 50d60b4403c8f8395bb0d11f9767304a8d25b3ac (diff) |
start decompiling battle_party_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 6074ad1ae..d25991f0d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -132,6 +132,7 @@ SECTIONS { src/save_menu_util.o(.text); src/rom_8094928.o(.text); asm/rom_8094928.o(.text); + src/battle_party_menu.o(.text); asm/battle_party_menu.o(.text); asm/pokemon_storage_system.o(.text); asm/pokemon_icon.o(.text); |