summaryrefslogtreecommitdiff
path: root/src/pokedex.c
AgeCommit message (Collapse)Author
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
2019-12-10Document misc strings and text colorsGriffinR
2019-12-06Requested changesSlawter666
2019-12-06Document pokedex info pageSlawter666
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-20Pokedex documentationSlawter666
2019-10-07Document pc.inc and prof_birch.incGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-24Synchronize with pokefirered pokedex.c.ultima-soul
2019-08-05Some cleanupPikalaxALT
2019-07-25Decompile pokemon unk 6DizzyEggg
2019-04-13Cleanup some pokenav codeMarcus Huderle
2019-04-13About halfway done with pokenav_unk_1.sPhlosioneer
2019-04-11Some nonmatchingsDizzyEggg
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Clean up data headersDizzyEggg
2019-04-04RGB ConstantsPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-21Improve window palette macrosPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-18Merge pull request #559 from Phlosioneer/finish-newgame-docsDiegoisawesome
Finish and polish new_game.c
2019-02-18Merge pull request #557 from Phlosioneer/navgear-decompileDiegoisawesome
Navgear decompile
2019-02-18Fix some namesPhlosioneer
2019-02-17Decompiled sub_81C756CPhlosioneer
Also discovered a constant that may be useful for future decompiling. Comments were added in the asm that references the constant.
2019-02-15Finish and polish new_game.cPhlosioneer
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet.
2019-02-15Add comments explaining asm in pokedex.cPhlosioneer
I added comments to each of the asm functions explaining why they won't match with the C. I also got one of the functions much closer to matching.
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-02Clean up ram varsDizzyEggg
2019-01-19Document and match somne trainer cardDizzyEggg
2019-01-19trainer_card up to sub_80C4998shinny456
2019-01-13Decompile trainer hillDizzyEggg