split out battle_party_menu and pokemon_storage_system

This commit is contained in:
YamaArashi 2017-01-02 16:04:37 -08:00
parent d43f2ceeed
commit 9122e32749
4 changed files with 16682 additions and 16662 deletions

1263
asm/battle_party_menu.s Normal file

File diff suppressed because it is too large Load Diff

15417
asm/pokemon_storage_system.s Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -121,6 +121,8 @@ SECTIONS {
src/trainer_card.o(.text);
src/save_menu_util.o(.text);
asm/rom_8094928.o(.text);
asm/battle_party_menu.o(.text);
asm/pokemon_storage_system.o(.text);
asm/pokemon_icon.o(.text);
asm/pokemon_summary_screen.o(.text);
asm/script_movement.o(.text);