index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field_weather.c
Age
Commit message (
Collapse
)
Author
2021-11-02
Document files with a few remaining symbols
GriffinR
2021-08-24
Removed trailing spaces in the most relevant files
LOuroboros
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-04
Document some weather, field effects
GriffinR
2021-04-04
Label remaining fields in Weather struct
GriffinR
2021-04-04
Document thunderstorm
GriffinR
2021-04-03
Sync drought with pokefirered, add weather tags
GriffinR
2021-02-28
Document more battle anim effects
Marcus Huderle
2021-02-24
Add palette selection constants
GriffinR
2021-02-14
Use RGB macros
SphericalIce
2020-08-20
Give songs meaningful english names
GriffinR
2019-12-06
Update old weather names in field_weather_effect
GriffinR
2019-12-06
Revert WEATHER_CLOUDY to WEATHER_SHADE
GriffinR
2019-12-06
Sync weather names
GriffinR
2019-06-26
Fix/suppress warnings when building with gcc-8
PikalaxALT
2019-04-02
Finish documenting the other weather effects
Marcus Huderle
2019-04-01
Document somre more weather effects
Marcus Huderle
2019-03-31
Document rain weather effect
Marcus Huderle
2019-02-22
Document the weather state functions
Phlosioneer
All weather types are now documented (including WEATHER_15)
2019-01-29
Change drought colors table files to .bin
Marcus Huderle
2019-01-29
Misc. documentation and move some data into .c files
Marcus Huderle
2018-12-09
field screen review changes
DizzyEggg
2018-12-08
Clean up field weather
DizzyEggg
2018-12-08
Decompile field weather
DizzyEggg