Skip to content

Commit

Permalink
Merge pull request #515 from garakmon/slam
Browse files Browse the repository at this point in the history
Separate Layouts and Maps
  • Loading branch information
garakmon authored Nov 11, 2024
2 parents 727cce5 + 43c45f7 commit c969552
Show file tree
Hide file tree
Showing 85 changed files with 4,744 additions and 2,586 deletions.
2 changes: 0 additions & 2 deletions docsrc/manual/project-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ The filepath that Porymap expects for each file can be overridden on the ``Files
include/constants/event_object_movement.h, yes, no, ``constants_obj_event_movement``,
include/constants/event_objects.h, yes, no, ``constants_obj_events``,
include/constants/event_bg.h, yes, no, ``constants_event_bg``,
include/constants/region_map_sections.h, yes, no, ``constants_region_map_sections``,
include/constants/metatile_labels.h, yes, yes, ``constants_metatile_labels``,
include/constants/metatile_behaviors.h, yes, no, ``constants_metatile_behaviors``,
include/constants/species.h, yes, no, ``constants_metatile_behaviors``, for the Wild Pokémon tab
Expand Down Expand Up @@ -122,7 +121,6 @@ In addition to these files, there are some specific symbol and macro names that
``define_map_empty``, ``UNDEFINED``, macro name after prefix for empty maps
``define_map_section_prefix``, ``MAPSEC_``, expected prefix for location macro names
``define_map_section_empty``, ``NONE``, macro name after prefix for empty region map sections
``define_map_section_count``, ``COUNT``, macro name after prefix for total number of region map sections
``define_species_prefix``, ``SPECIES_``, expected prefix for species macro names
``regex_behaviors``, ``\bMB_``, regex to find metatile behavior macro names
``regex_obj_event_gfx``, ``\bOBJ_EVENT_GFX_``, regex to find Object Event graphics ID macro names
Expand Down
Loading

0 comments on commit c969552

Please sign in to comment.