diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-17 14:10:32 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-17 14:10:32 +0200 |
commit | a9a66b06ef9f747d55be846dfc02ee90a39deddb (patch) | |
tree | ece9c88a2d56513ed2e80c4dfae3548fc0a299a5 /ld_script.txt | |
parent | d574795b729742efb26b80a1c5b798cd0f58c3f4 (diff) |
start porting cam's port of battle3
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 940616eeb..05fb41f21 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -58,6 +58,7 @@ SECTIONS { src/decompress.o(.text); asm/rom_8034C54.o(.text); asm/battle_2.o(.text); + src/battle_3.o(.text); asm/battle_3.o(.text); src/battle_4.o(.text); asm/battle_4.o(.text); |