summaryrefslogtreecommitdiff
path: root/src/landmark.c
AgeCommit message (Collapse)Author
2019-01-15sync region map data formats with pokeemeraldgarak
2018-04-26Use all caps for MAPSEC enumsPikalaxALT
2018-04-24Renaming in pokedex_area_screen.c; resolve #603PikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-01-02event_data.cYamaArashi
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-06landmark.c cleanupYamaArashi
2016-11-06cleanup (#93)Cameron Hall
* cleanup * cleanup
2016-11-05heal_location.c and landmark.cfl4shk