Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-07-11 | Fix some UB exposed with GCC 10.1.0 | PikalaxALT | |
2020-07-07 | Match CreatePokeDexList | PokeCodec | |
Cherry-picked from the pret Ruby repo | |||
2020-05-03 | Give a define for all dex interface sprites | DizzyEggg | |
for easier editing | |||
2020-04-02 | better matching approach than upstream | jiangzhengwenjz | |
2020-04-02 | Merge branch 'master' of https://github.com/pret/pokeemerald into nonmatching | jiangzhengwenjz | |
2020-04-02 | Match HighlightSubmenuScreenSelectBarItem | Sewef | |
2020-04-02 | Match HighlightScreenSelectBarItem | Sewef | |
2020-04-02 | PrintMonWeight | jiangzhengwenjz | |
2020-04-02 | HighlightSubmenuScreenSelectBarItem | jiangzhengwenjz | |
2020-04-02 | HighlightScreenSelectBarItem | jiangzhengwenjz | |
2020-03-10 | Document pokedex cry screen | GriffinR | |
2020-03-09 | Document pokedex.c | GriffinR | |
2020-01-15 | Use SHINY_ODDS macro where intended | Sebastian Gabl | |
The 3 locations where SHINY_ODDS was added generate mon sprites for display in the dex, at game start and on starter choice. The arguments are intended for otId but in this case they are set to the same value as SHINY_ODDS to prevent the pictures created from using the shiny palette. | |||
2020-01-06 | Pokédex search menu documentation | Slawter666 | |
2019-12-10 | Update JP translation and fix typo | GriffinR | |