summaryrefslogtreecommitdiff
path: root/include/constants/field_effects.h
AgeCommit message (Collapse)Author
2021-10-29Continue battle_transition documentingGriffinR
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.
2020-07-02Clean up field effect docGriffinR
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2019-03-23Document Field Effects and some related textFontbane
Also VAR_TRICK_HOUSE_LEVEL
2019-02-15Document the regi* code morePhlosioneer
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags.
2018-12-29Cleanup formattingMarcus Huderle
2018-12-29Document deoxys rockMarcus Huderle
2018-11-13Move field effects enum to definesSlawter666