diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-04-17 14:24:39 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-04-17 14:24:39 +0530 |
commit | f5cbefc2958e5dec050be0b6a8ccaf46c42693a1 (patch) | |
tree | 1251a94d6749abca11abb9e442725528b7ed7a28 /ld_script.txt | |
parent | 936bb5925ae797a9cf59ef43940f52547c8f60a7 (diff) |
Decompile 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 7f3026980..056e83828 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -161,7 +161,7 @@ SECTIONS { asm/battle_anim_80FE840.o(.text); src/bike.o(.text); asm/easy_chat.o(.text); - asm/mon_markings.o(.text); + src/mon_markings.o(.text); asm/mauville_old_man.o(.text); src/mail.o(.text); asm/menu_helpers.o(.text); @@ -455,7 +455,7 @@ SECTIONS { data/battle_anim_80FE840.o(.rodata); src/bike.o(.rodata); data/easy_chat.o(.rodata); - data/mon_markings.o(.rodata); + src/mon_markings.o(.rodata); data/mauville_old_man.o(.rodata); src/mail.o(.rodata); data/menu_helpers.o(.rodata); |