diff options
author | shinny456 <shinny456@users.noreply.github.com> | 2019-01-08 21:51:19 -0500 |
---|---|---|
committer | shinny456 <shinny456@users.noreply.github.com> | 2019-01-08 21:51:19 -0500 |
commit | 8a5fce7837b7314adb9bf6996ef06c009e853c29 (patch) | |
tree | 99701227bc80537ace1240dde00f05d9a45e62d6 /ld_script.txt | |
parent | 1285f96e1de1467a728ec90bcb647c8fea135f59 (diff) |
start decompiling trainer_card.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index be59145a3..5e273d616 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -124,6 +124,7 @@ SECTIONS { src/scanline_effect.o(.text); src/option_menu.o(.text); src/pokedex.o(.text); + src/trainer_card.o(.text); asm/trainer_card.o(.text); src/pokemon_storage_system.o(.text); src/pokemon_icon.o(.text); |