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. | |||
2020-01-08 | Merge branch 'master' into doc-dome | GriffinR | |
2020-01-08 | Add battle tent mon/trainer constants | GriffinR | |
2020-01-07 | More battle_dome.c doc | GriffinR | |
2020-01-03 | Add frontier mon constants | GriffinR | |
2019-12-20 | Add frontier trainer constants | GriffinR | |
2019-12-17 | Document Battle Tower scripts | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-20 | Move Apprentice data | GriffinR | |
2019-11-16 | Clean up Trainer Hill doc | GriffinR | |
2019-11-16 | Document Trainer Hill | GriffinR | |
2019-11-16 | Document Frontier Exchange Corner scripts | GriffinR | |
2019-09-17 | Some frontier field_specials documentation | GriffinR | |
2019-09-17 | Document some field_specials data | 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 | ability random define for battle pyramind | DizzyEggg | |
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 | |
2018-12-05 | Finish porting battle frontier data | DizzyEggg | |
2018-12-04 | finish battle tower data except sRubyFacilityClassToEmerald | garak | |
2018-12-03 | update frontier class names | garak | |
2018-12-03 | fix merge conflicts | garak | |
2018-12-03 | Get rid of headers in src/data | DizzyEggg | |
2018-12-02 | begin batle tower data | garak | |
2018-11-27 | Finish frontier data | DizzyEggg | |
2018-11-27 | frontier pike and pyramid data | garak | |