Split/extract/port landmark

This commit is contained in:
Diegoisawesome
2017-12-26 21:20:29 -06:00
parent ba130d469d
commit f9a9391ff3
43 changed files with 971 additions and 652 deletions

View File

@@ -187,7 +187,7 @@ SECTIONS {
asm/roulette.o(.text);
asm/pokedex_cry_screen.o(.text);
src/coins.o(.text);
asm/landmark.o(.text);
src/landmark.o(.text);
asm/fldeff_strength.o(.text);
asm/battle_transition.o(.text);
src/battle_controller_link_partner.o(.text);
@@ -434,6 +434,7 @@ SECTIONS {
src/evolution_scene.o(.rodata);
data/roulette.o(.rodata);
data/pokedex_cry_screen.o(.rodata);
src/landmark.o(.rodata);
data/data4d.o(.rodata);
src/battle_controller_link_partner.o(.rodata);
src/battle_message.o(.rodata);