diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 73fbc76bc..d6f994e0f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -162,7 +162,7 @@ SECTIONS { src/water.o(.text); src/fire.o(.text); src/electric.o(.text); - asm/ice.o(.text); + src/ice.o(.text); src/fight.o(.text); src/poison.o(.text); asm/flying.o(.text); |