summaryrefslogtreecommitdiff
path: root/src/pokedex.c
AgeCommit message (Collapse)Author
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
2018-12-20Merge with masterDizzyEggg
2018-12-173.5 asm leftDizzyEggg
2018-12-15Simplify comparisons.Meowsy
2018-12-15Rename temp_notNationalDex to temp_isHoennDex.Meowsy
Don't use hexadecimal format for x and y args.
2018-12-15Document various things relating to the Pokedex.Meowsy
2018-12-08Merge pull request #429 from nullableVoidPtr/masterDiegoisawesome
Various fixes and cleanups
2018-12-08Fix typo "ggText_DexSortSmallestDescription". (#433)Meowsy
Should be "gText_DexSortSmallestDescription".
2018-12-08Merge remote-tracking branch 'upstream/master'nullableVoidPtr
2018-12-06Merge pull request #427 from Slawter666/pokedexDiegoisawesome
Document some more of pokedex.c
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-12-05document pokédex optionsMelody
2018-12-05Document some more of pokedex.cSlawter666
2018-12-03Fix merge conflictsDizzyEggg
2018-12-03Get rid of headers in src/dataDizzyEggg
2018-12-03Document some of pokedex.cSlawter666
2018-12-03Make data easier to editDizzyEggg
2018-11-30Decompile pokedex_area_screen.c (#412)Marcus Huderle
2018-11-28Decompile pokedex_cry_screen.c (#406)Marcus Huderle
2018-11-27Finish decompiling internation_string_util.cMarcus Huderle
2018-11-27Clean up aligned variables in src/nullableVoidPtr
2018-11-27Convert pokédex data to CSlawter666
2018-11-19clean up variables in filesDizzyEggg
2018-11-14Sort includes into alphabetical orderSlawter666
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-08-19battle dome cards sensibly renamedDizzyEggg
2018-08-18battle dome - a couple more functionsDizzyEggg
2018-07-24Clean up files and add entries to charmapDiegoisawesome
2018-07-08Minor variable labellingSlawter666
2018-05-31fixed as best I couldgolem galvanize
2018-05-10finish decompiling pokedexgolem galvanize
2018-04-30decompiled up to sub_80BFCF4golem galvanize
2018-03-30pushing so I can pull from mastergolem galvanize