diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-04-06 23:05:23 +0100 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-04-06 23:50:08 -0700 |
commit | 598bb72f090789f2ac30b5eab6516de40e00ec88 (patch) | |
tree | 99bdbcaf49b35d2c7fa6c1afdeec7ac1b3fa506b /ld_script.txt | |
parent | d64a33589fdc99087cf4438a9869d0e0d9428b92 (diff) |
split out use_pokeblock.s and battle_anim_8137220.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 27ac3d630..9d6fa9891 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -228,7 +228,8 @@ SECTIONS { asm/rom_81258BC.o(.text); asm/roamer.o(.text); asm/battle_tower.o(.text); - asm/rom_8136130.o(.text); + asm/use_pokeblock.o(.text); + asm/battle_anim_8137220.o(.text); src/player_pc.o(.text); asm/player_pc.o(.text); src/intro.o(.text); @@ -422,7 +423,8 @@ SECTIONS { data/rom_81258BC.o(.rodata); data/roamer.o(.rodata); data/battle_tower.o(.rodata); - data/rom_8136130.o(.rodata); + data/use_pokeblock.o(.rodata); + data/battle_anim_8137220.o(.rodata); data/player_pc.o(.rodata); src/intro.o(.rodata); data/battle_anim_813F0F4.o(.rodata); |