diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-10 08:43:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 08:43:51 -0800 |
commit | 561ea52847f5a88dc6a9a79dbfc5c40f421cace5 (patch) | |
tree | 0566b8fe1cf46f027696ac7fc4db9febd739ee39 /ld_script.txt | |
parent | 681ca68ac96e8d39f49eb2c9f42e5c1e1041f5e0 (diff) |
Luminous cave (#72)
* fully decomp luminous cave
* remove header file. this one isn't ready yet
* doc few fields and func
* doc more of luminous cave
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index d3c9af9..b7f0a75 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -100,7 +100,8 @@ SECTIONS { src/kecleon_items.o(.text); asm/kecleon_items.o(.text); src/kecleon_items_1.o(.text); - asm/pokemon_square.o(.text); + asm/kecleon_items_1.o(.text); + src/kecleon_items_2.o(.text); src/code_801AFA4.o(.text); asm/code_801AFA4.o(.text); src/code_801B3C0.o(.text); @@ -115,7 +116,10 @@ SECTIONS { src/gulpin_shop.o(.text); asm/gulpin_shop.o(.text); src/gulpin_shop_1.o(.text); + asm/code_801EE10.o(.text); + src/luminous_cave.o(.text); asm/friend_list_menu.o(.text); + src/friend_list_menu.o(.text); src/friend_area_action_menu.o(.text); asm/friend_area_action_menu.o(.text); src/friend_area_action_menu_1.o(.text); |