diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7d0298a..4885780 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -201,6 +201,8 @@ SECTIONS { src/dungeon_ai_item_weight.o(.text); src/dungeon_map_access.o(.text); asm/code_80495E4.o(.text); + src/tile_types.o(.text); + asm/code_804AF74.o(.text); src/code_80521D0.o(.text); asm/code_80521D0.o(.text); src/charge_move.o(.text); @@ -423,6 +425,7 @@ SECTIONS { data/data_8107010.o(.rodata); src/friend_area.o(.rodata); data/data_810AC60.o(.rodata); + src/tile_types.o(.rodata); src/exclusive_pokemon.o(.rodata); src/rescue_team_info.o(.rodata); src/text_util.o(.rodata); |