mirror of
https://github.com/pret/pokeruby.git
synced 2025-01-31 09:42:55 +00:00
split out battle_party_menu and pokemon_storage_system
This commit is contained in:
parent
d43f2ceeed
commit
9122e32749
1263
asm/battle_party_menu.s
Normal file
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
15417
asm/pokemon_storage_system.s
Normal file
File diff suppressed because it is too large
Load Diff
16662
asm/rom_8094928.s
16662
asm/rom_8094928.s
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user