diff options
author | melody <melody@pallet.town> | 2018-11-13 23:38:42 -0500 |
---|---|---|
committer | melody <melody@pallet.town> | 2018-11-14 00:10:54 -0500 |
commit | 5989a8a4616601db97333ea65694bd927d800ddc (patch) | |
tree | b988fbe6f5fe2696cfbbf0a24aba4f1abdce3b24 /ld_script.txt | |
parent | 648885b00a82141c42c1ab0af38b0a089e2814c2 (diff) |
Brings in surfable tile data structure
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 fd9360f96..40f9f25f2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -364,6 +364,7 @@ SECTIONS { src/bg_regs.o(.rodata); src/string_util.o(.rodata); data/data.o(.rodata); + src/metatile_behavior.o(.rodata); data/metatile_behavior.o(.rodata); data/data_835B488.o(.rodata); src/battle_ai_script_commands.o(.rodata); |