Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-26 | Clean up scrcmd.c | GriffinR | |
2020-02-05 | Document some pokenav and region map | GriffinR | |
2019-12-06 | Add comment for ABNORMAL_WEATHER | GriffinR | |
2019-12-06 | Update old weather names in field_weather_effect | GriffinR | |
2019-12-06 | Add comment for original weather name | GriffinR | |
2019-12-06 | Revert WEATHER_CLOUDY to WEATHER_SHADE | GriffinR | |
2019-12-06 | Sync weather names | GriffinR | |
2019-02-27 | Reverse engineer unusual weather events | Phlosioneer | |
2019-02-22 | Document the weather state functions | Phlosioneer | |
All weather types are now documented (including WEATHER_15) | |||
2018-12-08 | Clean up field weather | DizzyEggg | |
2018-01-29 | decompile_coord_event_weather | DizzyEggg | |