summaryrefslogtreecommitdiff
path: root/src/data/battle_frontier
AgeCommit message (Collapse)Author
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-02-24Document easy chatGriffinR
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-09-20Review changestustin2121
2020-09-20More documenting trainer hilltustin2121
- Renamed members and added comments in the TrHillDisplay struct. - Formatted the trainer hill data to better match the metatile layout its representing. - Documented the function which uses this data.
2020-09-20Trainer hill location datatustin2121
Changed the trainer hill data for trainer locations, directions, and ranges from vague unusable numbers into readable data via use of preprocessor macros.
2020-01-08Merge branch 'master' into doc-domeGriffinR
2020-01-08Add battle tent mon/trainer constantsGriffinR
2020-01-07More battle_dome.c docGriffinR
2020-01-03Add frontier mon constantsGriffinR
2019-12-20Add frontier trainer constantsGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-20Move Apprentice dataGriffinR
2019-11-16Clean up Trainer Hill docGriffinR
2019-11-16Document Trainer HillGriffinR
2019-11-16Document Frontier Exchange Corner scriptsGriffinR
2019-09-17Some frontier field_specials documentationGriffinR
2019-09-17Document some field_specials dataGriffinR
2019-09-05Unify TrHillTag struct definitions (variable floors)PikalaxALT
2019-09-05NULL_BATTLE_TOWER_POKEMON definePikalaxALT
2019-09-05Use designated initializers (C99 feat)PikalaxALT
2019-09-05Disassemble data/ereader_screen.sPikalaxALT
2019-09-05Partial refactor of TryWriteTrainerHill_rPikalaxALT
2019-05-16ability random define for battle pyramindDizzyEggg
2019-05-16use ability num instead of alt abilityDizzyEggg
2019-01-21trainer hill easy chat constantsgarak
2019-01-19Dump trainer hill trainersDizzyEggg
2018-12-05Finish porting battle frontier dataDizzyEggg
2018-12-04finish battle tower data except sRubyFacilityClassToEmeraldgarak
2018-12-03update frontier class namesgarak
2018-12-03fix merge conflictsgarak
2018-12-03Get rid of headers in src/dataDizzyEggg
2018-12-02begin batle tower datagarak
2018-11-27Finish frontier dataDizzyEggg
2018-11-27frontier pike and pyramid datagarak