summaryrefslogtreecommitdiff
path: root/docs/design_flaws.md
AgeCommit message (Collapse)Author
2022-02-22Rename `GetPokedexEntryBank` to `HeavyBall_GetDexEntryBank`Rangi
2021-11-23Use compound assignment operatorsRangi
2021-10-15Clarify how Yellow updated catch rates for Gen 2 itemsRangi
2021-10-13Clarify table_width edit for PokedexDataPointerTablemid-kid
Thanks to @Vendily Fixes #854
2021-10-06Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpicPointer`Rangi
2021-09-05Clean up the recently documented bug fixesRangi
2021-09-05Add multiple design flaw fixes (#848)Colton G. Rushton
Fixes https://github.com/pret/pokecrystal/issues/814 Fixes https://github.com/pret/pokecrystal/issues/805
2021-01-09Rename GetFarHalfword to GetFarWordRangi
Fixes #796
2020-04-23Miscellaneous updates and correctionsRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-17Rename pokecrystal.link to layout.linkRangi
This is independent of the project name, and clearly applies to pokecrystal11, pokecrystal-au, etc.
2019-11-03Fix the fix for the Pokédex footprint design flawRangi
2019-05-25Define appropriate constants as EQUmid-kid
These constants are defined only once and shouldn't be redefined anyway.
2019-03-10Second try at fixing doc linksRangi
2019-03-10Fix documentation links to work with GitHub PagesRangi
2019-02-17Bitter Berry → `BITTER_BERRY`Rangi
2019-02-17asm -> diffRangi
2019-02-17Avoid more redundant code and diffsRangi
2019-02-17Avoid redundant code and diffsRangi
2019-02-17Update documentation:Rangi
- Apply more edits from #595 - Move music ID behavior from the wiki to docs - Move assembly programming links from docs to the wiki - Describe why the TM item gaps exist
2018-07-29Every diff line starts with +, -, or spaceRangi
2018-07-21Merge branch 'master' into the-diffeningThomas Winwood
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove address comments in docsRangi
2018-06-12Note which labels are only needed for locating banks (relevant to issue #485)Rangi
2018-06-10Fix small bugThomas Winwood
2018-06-09Convert code samples in design_flaws.md to diffsThomas Winwood
2018-06-03Create empty sections for the remaining FixPicBank array entriesRangi
2018-06-03Change FixPicBank bank arrayRangi
2018-04-01Update file paths in constants/ and docs/mid-kid
2018-02-03Macro factors out sine code, just like sine data, since it's used 5 timesRangi
2018-02-03Keep documentation in sync with new WRAM labelsRangi
2018-01-21Group engine/pokedex filesRemy Oukaour
2018-01-15Move code out of gfx/ (close #474)Remy Oukaour
2018-01-09Split tilesets/ into gfx/tilesets and data/tilesets/Remy Oukaour
2017-12-28Correct commentRemy Oukaour
2017-12-28Document the Magikarp bug fix from PR #443Remy Oukaour
2017-12-28Document another bugRemy Oukaour
Document fixes for design flaws GetForestTreeFrame is more like a design flaw than a bug/glitch (though it's really just calling out humorously bad code)
2017-12-28as → areRemy Oukaour
2017-12-28Explain what bugs, glitches, and flaws areRemy Oukaour
2017-12-28Document design flawsRemy Oukaour