diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2019-11-02 17:25:17 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-11-02 17:25:17 -0400 |
| commit | ae97c32f7d4b55ae83a65ce934b974937e0e93bd (patch) | |
| tree | 19ba345f504e8af15a5f489ed443d223dc6231c0 /ld_script.txt | |
| parent | 97de750ad35c8a98b13cdbc89cfc362d9da983d3 (diff) | |
Port mon_markings
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 4955916e3..ef4de7176 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -175,7 +175,7 @@ SECTIONS { src/battle_intro.o(.text); asm/bike.o(.text); src/easy_chat.o(.text); - asm/mon_markings.o(.text); + src/mon_markings.o(.text); src/mail.o(.text); src/menu_helpers.o(.text); asm/script_pokemon_util_80BF8FC.o(.text); @@ -461,7 +461,7 @@ SECTIONS { src/battle_intro.o(.rodata); data/bike.o(.rodata); src/easy_chat.o(.rodata); - data/mon_markings.o(.rodata); + src/mon_markings.o(.rodata); src/mail.o(.rodata); src/heal_location.o(.rodata); data/region_map.o(.rodata); |
