diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-10 00:13:21 +0200 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-09 16:05:24 -0700 |
commit | c0c3d2c52ad839450041d1ca6a29691efc5c5d35 (patch) | |
tree | 6ae5a6428c1ac5f33004e5bf57af3bb31e2338fd /ld_script.txt | |
parent | ec2abbf46a9037eac81a152bae408d026648561d (diff) |
Decompile some cable_club functions
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 c68da5bf3..7d92e2f7a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -130,6 +130,8 @@ SECTIONS { asm/field_screen_effect.o(.text); src/battle_setup.o(.text); asm/cable_club.o(.text); + src/cable_club.o(.text); + asm/cable_club.o(.text_80830E4); src/mori_debug_menu.o(.text); src/trainer_see.o(.text); src/wild_encounter.o(.text); |