diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 22:01:52 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 22:01:52 +0100 |
commit | e230afd54312ce044ef8f046fc1cc797c125a37a (patch) | |
tree | 377ad0d4da6dbe671668ed5fa003e08982846241 /ld_script.txt | |
parent | 442b1826a276d9270092b7f3e43de1dd87150f4d (diff) | |
parent | 370b1093cd40235951f0d1b6762006b085565499 (diff) |
Merge branch 'master' into learn
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 2711044c8..8436904e2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -165,12 +165,12 @@ SECTIONS { src/fight.o(.text); src/poison.o(.text); asm/flying.o(.text); - asm/psychic.o(.text); + src/psychic.o(.text); src/bug.o(.text); src/rock.o(.text); src/ghost.o(.text); src/dragon.o(.text); - asm/dark.o(.text); + src/dark.o(.text); src/ground.o(.text); src/normal.o(.text); src/battle_anim_utility_funcs.o(.text); |