summaryrefslogtreecommitdiff
path: root/include/trainer_hill.h
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-03-22Misc labels in battle facilitiesGriffinR
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-06-29Continue documenting overworld/field effectsGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-16Clean up Trainer Hill docGriffinR
2019-11-16Document Trainer HillGriffinR
2019-10-06Document field_poisonGriffinR
2019-09-05Nuke definition of struct TrHillTag_HalfPikalaxALT
2019-09-05Unify TrHillTag struct definitions (variable floors)PikalaxALT
2019-09-05Disassemble data/ereader_screen.sPikalaxALT
2019-09-05Partial refactor of TryWriteTrainerHill_rPikalaxALT
2019-09-05Minor refactor of ereader_helpers.cPikalaxALT
2019-08-04Merge branch 'master' into pokenav_unk_2PikalaxALT
2019-03-01More minor fixesPhlosioneer
2019-02-27I guess I'm documenting Trainer Hill nowPhlosioneer
2019-01-13Document and clean up trainer hillDizzyEggg
2019-01-13Move some vars to CDizzyEggg