summaryrefslogtreecommitdiff
path: root/docs/bugs_and_glitches.md
AgeCommit message (Collapse)Author
2018-02-03Keep documentation in sync with new WRAM labelsRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
(TODO: use "x - 1" once rgbds allows it)
2018-01-30SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDERRangi
(more precise, and encourages hacks to add more SWIM movements)
2018-01-26Sync documentation with codeRangi
2018-01-26Move-unique effect commands consistently go in engine/battle/move_effects/Rangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Daisy offers "grooming", not "massage"Rangi
2018-01-21Group engine/pokedex filesRemy Oukaour
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-18More charmap and home/text.asm documentation for JP charsRemy Oukaour
2018-01-16"CryHeader" → "Cry"; "Cry" → "MonCry"Remy Oukaour
2017-12-28Document the Magikarp bug fix from PR #443Remy Oukaour
2017-12-28Document another Magikarp length bug. (to do: correct formula values)Remy Oukaour
2017-12-28Specify which bugs are needed for backwards compatibilityRemy 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-28Explain what bugs, glitches, and flaws areRemy Oukaour
2017-12-27Remove redundant data/ filename prefixesRemy Oukaour
2017-12-27Move events/ to engine/events/Remy Oukaour
2017-12-26Keep memory map values in hardware_constants.asmRemy Oukaour
2017-12-26Copy sram.asm's global start/end constants for wram.asm and vram.asmRemy Oukaour
2017-12-26event/ → events/, and move some appropriate engine/ files thereRemy Oukaour
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2017-12-23Keep images within repoRemy Oukaour
2017-12-22Correct directionsRemy Oukaour
2017-12-22Document one more graphical mistakeRemy Oukaour
2017-12-22Document a graphical errorRemy Oukaour
2017-12-21Include bugfix in commentsRemy Oukaour
2017-12-21Document one more bugRemy Oukaour
2017-12-19Document two more bugsRemy Oukaour
2017-12-17Auto-label more map scriptsRemy Oukaour
2017-12-15Document another bugRemy Oukaour
Remove an unused file
2017-12-15Document one more bug/oversightRemy Oukaour
Move FleeMons table into data/
2017-12-14Document two more bugsRemy Oukaour
2017-12-14Consistent "(with <routine>) in <file>" phrasingRemy Oukaour
2017-12-14Use absolute links within repositoryRemy Oukaour
2017-12-14Document two more bugs found by Crystal_Remy Oukaour
2017-12-14Friend Ball happiness for boxed Pokémon is not a bugRemy Oukaour
2017-12-13Consistent **Fix:** notationRemy Oukaour
2017-12-13Document more bugs and glitchesRemy Oukaour
Add a toc.py script to auto-generate tables of contents in Markdown files
2017-12-13Add table of contents (might remove if it's too cumbersome to maintain)Remy Oukaour
2017-12-12Missing close parenthesisRemy Oukaour
2017-12-12Document one more bug.Remy Oukaour