diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7ab8ac9ce..217afc056 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -49,6 +49,8 @@ SECTIONS { asm/rom3.o(.text); src/decompress.o(.text); asm/rom_800D42C.o(.text); + src/rom_800D42C.o(.text); + asm/rom_800D42C.o(.text_800DC24); src/pokemon_1.o(.text); src/calculate_base_damage.o(.text); src/pokemon_2.o(.text); |