Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | Convert pokedex defines to enums | GriffinR | |
2021-11-13 | Merge pull request #1547 from GriffinRichards/doc-sounddata | GriffinR | |
Clean up sound, add CRY_MODE constants | |||
2021-11-07 | Disambiguate cry functions | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-30 | Better braille support | GriffinR | |
2021-10-24 | Merge pull request #1520 from GriffinRichards/doc-random | GriffinR | |
Document random remaining symbols | |||
2021-10-19 | Merge pull request #1516 from GriffinRichards/doc-miscbattle | GriffinR | |
Miscellaneous battle documentation | |||
2021-10-17 | Some pokedex clean up | GriffinR | |
2021-10-09 | Add TRACKS_ALL, remove BGCntrlBitfield | GriffinR | |
2021-10-09 | More battle doc, add battle window ids | GriffinR | |
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | 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-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-15 | More usage of WININ/OUT constants | GriffinR | |
2021-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-21 | Add SAFE_DIV | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-01-19 | Merge pull request #1311 from GriffinRichards/clean-unused | GriffinR | |
Remove unused local variables and functions | |||
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-19 | Use NUMBER_OF_MON_TYPES in pokedex search | GriffinR | |
2021-01-04 | Fix/document possible division by zero in ConvertScaleParam | Sierraffinity | |
2020-12-26 | Add UBFIX for division by zero in SpriteCB_PokedexListMonSprite | Sierraffinity | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-11-02 | Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵ | Kurausukun | |
into reverts | |||
2020-11-02 | address comments | Kurausukun | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-26 | port PrintMonWeight fakematch fix | Kurausukun | |
2020-10-23 | re-match SetSearchRectHighlight (from #1177) | Kurausukun | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
2020-09-09 | Match PrintMonWeight | PokeCodec | |
2020-09-09 | Document size field of unknown struct | PokeCodec | |
2020-09-05 | Removed unused parentheses | PokeCodec | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-09-04 | Fix issues according to feedback | PokeCodec | |
2020-09-04 | Match more functions | PokeCodec | |
2020-09-04 | Fix error | PokeCodec | |
2020-09-04 | Match SetSearchRectHighlight | PokeCodec | |
2020-09-02 | Tidy up naked functions | Thomas Winwood | |
2020-09-01 | Merge pull request #1149 from PokeCodec/datatypes | GriffinR | |
gflib documenting | |||
2020-08-29 | Update pokedex.c | PokeCodec | |
2020-08-24 | Pokedex | PokeCodec | |
2020-08-23 | sizeOf data type, not pointer value | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-11 | Add some charmap constant usage | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |