diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index db79e6d85..6fb827d8d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -161,7 +161,7 @@ SECTIONS { asm/ice.o(.text); asm/fighting.o(.text); asm/poison.o(.text); - asm/flying.o(.text); + src/flying.o(.text); src/psychic.o(.text); src/bug.o(.text); src/rock.o(.text); @@ -423,6 +423,7 @@ SECTIONS { src/battle_anim_mon_movement.o(.rodata); src/item.o(.rodata); data/data_835B488.o(.rodata.83DF09C); + src/flying.o(.rodata); src/psychic.o(.rodata); src/bug.o(.rodata); src/rock.o(.rodata); |