diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-08 22:23:56 +0200 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-08 14:19:49 -0700 |
commit | 64412ee4c45a53712dd94410966ec68771b83fdd (patch) | |
tree | ee4b7196a647cebcf27eac8c7ea6b1cc93531c3a /ld_script.txt | |
parent | bb1440fde21a36209bf61160172d922e21fbef12 (diff) |
Decompile ShowLinkBattleRecords
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 f1d398cf0..f6a9ade48 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -222,6 +222,8 @@ SECTIONS { src/field_specials.o(.text); asm/field_specials.o(.text); asm/battle_records.o(.text); + src/battle_records.o(.text); + asm/battle_records.o(.text_8110494); asm/pokedex_area_screen.o(.text); asm/evolution_scene.o(.text); asm/roulette.o(.text); |