Nav apraksta

pymap_constants.h 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #ifndef __PYMAP_CONSTANTS__
  2. #define __PYMAP_CONSTANTS__
  3. #include <constants/pymap/banks.h>
  4. #include <constants/pymap/difficulty_variables.h>
  5. #include <constants/pymap/engine_flags.h>
  6. #include <constants/pymap/engine_variables.h>
  7. #include <constants/pymap/farbkugel_raetsel.h>
  8. #include <constants/pymap/items.h>
  9. #include <constants/pymap/level_types.h>
  10. #include <constants/pymap/main_story_variables.h>
  11. #include <constants/pymap/map_adjacency_types.h>
  12. #include <constants/pymap/map_battle_styles.h>
  13. #include <constants/pymap/map_carun_city_maps.h>
  14. #include <constants/pymap/map_connections.h>
  15. #include <constants/pymap/map_flash_types.h>
  16. #include <constants/pymap/map_heilige_orte.h>
  17. #include <constants/pymap/map_hesperia_maps.h>
  18. #include <constants/pymap/map_hoehle_gebirge.h>
  19. #include <constants/pymap/map_namespaces.h>
  20. #include <constants/pymap/map_outdoor.h>
  21. #include <constants/pymap/map_route.h>
  22. #include <constants/pymap/map_show_name_types.h>
  23. #include <constants/pymap/map_types.h>
  24. #include <constants/pymap/map_urbania_city_maps.h>
  25. #include <constants/pymap/map_wald_suempfe.h>
  26. #include <constants/pymap/map_weathers.h>
  27. #include <constants/pymap/npc_sprite_table1.h>
  28. #include <constants/pymap/npc_sprite_table2.h>
  29. #include <constants/pymap/npc_sprite_table3.h>
  30. #include <constants/pymap/npc_sprite_table4.h>
  31. #include <constants/pymap/person_behaviours.h>
  32. #include <constants/pymap/riddle_variables.h>
  33. #include <constants/pymap/rival_pokemon_variables.h>
  34. #include <constants/pymap/save_variables.h>
  35. #include <constants/pymap/sidequest_flags.h>
  36. #include <constants/pymap/signpost_types.h>
  37. #include <constants/pymap/songs.h>
  38. #include <constants/pymap/starter_variables.h>
  39. #include <constants/pymap/story_flags.h>
  40. #include <constants/pymap/worldmap_flags.h>
  41. #endif