diff options
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 73fbc76bc..c706804f6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -162,6 +162,7 @@ SECTIONS { src/water.o(.text); src/fire.o(.text); src/electric.o(.text); + src/ice.o(.text); asm/ice.o(.text); src/fight.o(.text); src/poison.o(.text); |