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-02-24 | Document easy chat | GriffinR | |
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-09-20 | Review changes | tustin2121 | |
2020-09-20 | More documenting trainer hill | tustin2121 | |
- 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-09-20 | Trainer hill location data | tustin2121 | |
Changed the trainer hill data for trainer locations, directions, and ranges from vague unusable numbers into readable data via use of preprocessor macros. | |||
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-16 | Clean up Trainer Hill doc | GriffinR | |
2019-11-16 | Document Trainer Hill | GriffinR | |
2019-09-05 | Unify TrHillTag struct definitions (variable floors) | PikalaxALT | |
2019-09-05 | NULL_BATTLE_TOWER_POKEMON define | PikalaxALT | |
2019-09-05 | Use designated initializers (C99 feat) | PikalaxALT | |
2019-09-05 | Disassemble data/ereader_screen.s | PikalaxALT | |
2019-09-05 | Partial refactor of TryWriteTrainerHill_r | PikalaxALT | |
2019-05-16 | use ability num instead of alt ability | DizzyEggg | |
2019-01-21 | trainer hill easy chat constants | garak | |
2019-01-19 | Dump trainer hill trainers | DizzyEggg | |