mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
29 lines
642 B
Meson
29 lines
642 B
Meson
subdir('bag')
|
|
subdir('battle')
|
|
subdir('diploma')
|
|
subdir('frontier')
|
|
subdir('item_icons')
|
|
subdir('main_menu')
|
|
subdir('mining')
|
|
subdir('move_tutor')
|
|
subdir('naming_screen')
|
|
subdir('options_menu')
|
|
subdir('party_menu')
|
|
subdir('poffin_case')
|
|
subdir('pokedex')
|
|
subdir('pokemon_summary_screen')
|
|
subdir('poketch')
|
|
subdir('scroll_prompts')
|
|
subdir('shop_menu')
|
|
subdir('signposts')
|
|
subdir('start_menu')
|
|
subdir('title_screen')
|
|
subdir('town_map')
|
|
subdir('trap_effects')
|
|
subdir('underground_map_transition')
|
|
subdir('underground_top_screen')
|
|
subdir('windows')
|
|
|
|
# This directory must be walked last to avoid circular dependencies.
|
|
subdir('sprite_templates')
|