diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-11-04 14:32:13 -0400 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-04 11:32:13 -0700 |
commit | 51cbe1d8740a3226a38e80ff2318c3f9cf440c28 (patch) | |
tree | 02d63fb8194e2ab3b781209cb15ce14d1ff6add1 /ld_script.txt | |
parent | 49b433a4183bafefeb9f4e4aef848fda08e2fb3a (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.txt | 2 |
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); |