summaryrefslogtreecommitdiff
path: root/src/field_weather.c
AgeCommit message (Collapse)Author
2021-11-02Document files with a few remaining symbolsGriffinR
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-04-04Document some weather, field effectsGriffinR
2021-04-04Label remaining fields in Weather structGriffinR
2021-04-04Document thunderstormGriffinR
2021-04-03Sync drought with pokefirered, add weather tagsGriffinR
2021-02-28Document more battle anim effectsMarcus Huderle
2021-02-24Add palette selection constantsGriffinR
2021-02-14Use RGB macrosSphericalIce
2020-08-20Give songs meaningful english namesGriffinR
2019-12-06Update old weather names in field_weather_effectGriffinR
2019-12-06Revert WEATHER_CLOUDY to WEATHER_SHADEGriffinR
2019-12-06Sync weather namesGriffinR
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-02Finish documenting the other weather effectsMarcus Huderle
2019-04-01Document somre more weather effectsMarcus Huderle
2019-03-31Document rain weather effectMarcus Huderle
2019-02-22Document the weather state functionsPhlosioneer
All weather types are now documented (including WEATHER_15)
2019-01-29Change drought colors table files to .binMarcus Huderle
2019-01-29Misc. documentation and move some data into .c filesMarcus Huderle
2018-12-09field screen review changesDizzyEggg
2018-12-08Clean up field weatherDizzyEggg
2018-12-08Decompile field weatherDizzyEggg