diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-12-18 04:58:17 +0000 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-12-18 04:58:17 +0000 |
commit | 6d27f57aaf46cc97ef52e01c39181a08ca416eb8 (patch) | |
tree | 2bdc25a674c8bbf1c37da4e893084de8b923754e /ld_script.txt | |
parent | 921dcdba34c72681ba4d84f0cfe36060d17bd187 (diff) |
decompile a little bit of player_pc. file too hard.
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 55a779f04..8d25d812f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -184,6 +184,7 @@ SECTIONS { asm/field_effect_helpers.o(.text); asm/contest_ai.o(.text); asm/rom_81258BC.o(.text); + src/player_pc.o(.text); asm/player_pc.o(.text); src/intro.o(.text); asm/rom_813BA94.o(.text); |