mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-24 15:02:18 -05:00
The exact command used to migrate source files was: git ls-files | grep 'src/.*\.[ch]$' | xargs grep -l INCBIN | xargs python3 migrate_incgfx.py The Makefile rules were cleaned up manually by looking for graphics rules and keeping only those ending with '\' (what the migration script calls a "Multi-line rule"). You may think some of wallpaper rules could be removed, but they're inputs for the '@cat $^ >$@' rules which are currently unable to be migrated to 'INCGFX'. |
||
|---|---|---|
| .. | ||
| bard_music | ||
| battle_frontier | ||
| decoration | ||
| easy_chat | ||
| field_effects | ||
| graphics | ||
| object_events | ||
| pokemon | ||
| pokemon_graphics | ||
| region_map | ||
| text | ||
| tilesets | ||
| trainer_graphics | ||
| .gitignore | ||
| battle_anim.h | ||
| battle_moves.h | ||
| contest_moves.h | ||
| contest_opponents.h | ||
| contest_text_tables.h | ||
| credits.h | ||
| heal_locations.constants.json.txt | ||
| heal_locations.json | ||
| heal_locations.json.txt | ||
| item_icon_table.h | ||
| items.h | ||
| lilycove_lady.h | ||
| party_menu.h | ||
| pointillism_points.h | ||
| pokedex_area_glow.h | ||
| script_menu.h | ||
| trade.h | ||
| trainer_parties.h | ||
| trainers.h | ||
| union_room.h | ||
| wallpapers.h | ||
| wild_encounters.json | ||
| wild_encounters.json.txt | ||