summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2016-11-04 14:32:13 -0400
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-11-04 11:32:13 -0700
commit51cbe1d8740a3226a38e80ff2318c3f9cf440c28 (patch)
tree02d63fb8194e2ab3b781209cb15ce14d1ff6add1 /ld_script.txt
parent49b433a4183bafefeb9f4e4aef848fda08e2fb3a (diff)
decompile battle_setup.c (#86)
* purge text label redundancy in data2 * revo you dummy dont commit experimental changes like that * Map header music constants * Declare CoordEvent and BgEvent structs * start labeling AI labels * begin decompiling battle_setup.c * more decompilation of battle_setup.c * decompile even more battle_setup.c * finish decompiling battle_setup.c aside from one function * impeach PikalaxALT * formatting
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index b2484d644..7f04049ac 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -97,7 +97,7 @@ SECTIONS {
asm/title_screen.o(.text);
asm/weather.o(.text);
asm/rom_8080874.o(.text);
- asm/battle_setup.o(.text);
+ src/battle_setup.o(.text);
asm/cable_club.o(.text);
asm/mori_debug_menu.o(.text);
asm/trainer_see.o(.text);