summaryrefslogtreecommitdiff
path: root/src/pokedex.c
AgeCommit message (Collapse)Author
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-15More usage of WININ/OUT constantsGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-21Add SAFE_DIVGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-01-19Merge pull request #1311 from GriffinRichards/clean-unusedGriffinR
Remove unused local variables and functions
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-19Use NUMBER_OF_MON_TYPES in pokedex searchGriffinR
2021-01-04Fix/document possible division by zero in ConvertScaleParamSierraffinity
2020-12-26Add UBFIX for division by zero in SpriteCB_PokedexListMonSpriteSierraffinity
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-11-02Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵Kurausukun
into reverts
2020-11-02address commentsKurausukun
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-26port PrintMonWeight fakematch fixKurausukun
2020-10-23re-match SetSearchRectHighlight (from #1177)Kurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
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-09Match PrintMonWeightPokeCodec
2020-09-09Document size field of unknown structPokeCodec
2020-09-05Removed unused parenthesesPokeCodec
2020-09-04Switch to button macrosPokeCodec
2020-09-04Fix issues according to feedbackPokeCodec
2020-09-04Match more functionsPokeCodec
2020-09-04Fix errorPokeCodec
2020-09-04Match SetSearchRectHighlightPokeCodec
2020-09-02Tidy up naked functionsThomas Winwood
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-29Update pokedex.cPokeCodec
2020-08-24PokedexPokeCodec
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-08-11Add some charmap constant usageGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-11Fix some UB exposed with GCC 10.1.0PikalaxALT
2020-07-07Match CreatePokeDexListPokeCodec
Cherry-picked from the pret Ruby repo
2020-05-03Give a define for all dex interface spritesDizzyEggg
for easier editing
2020-04-02better matching approach than upstreamjiangzhengwenjz
2020-04-02Merge branch 'master' of https://github.com/pret/pokeemerald into nonmatchingjiangzhengwenjz
2020-04-02Match HighlightSubmenuScreenSelectBarItemSewef
2020-04-02Match HighlightScreenSelectBarItemSewef
2020-04-02PrintMonWeightjiangzhengwenjz
2020-04-02HighlightSubmenuScreenSelectBarItemjiangzhengwenjz
2020-04-02HighlightScreenSelectBarItemjiangzhengwenjz
2020-03-10Document pokedex cry screenGriffinR
2020-03-09Document pokedex.cGriffinR
2020-01-15Use SHINY_ODDS macro where intendedSebastian 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-06Pokédex search menu documentationSlawter666
2019-12-10Update JP translation and fix typoGriffinR