summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-28as → areRemy Oukaour
2017-12-28Explain what bugs, glitches, and flaws areRemy Oukaour
2017-12-28Document design flawsRemy 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-26Correct documentationRemy Oukaour
Split out text_constants.asm
2017-12-26event/ → events/, and move some appropriate engine/ files thereRemy Oukaour
2017-12-26Use "battle_anims" and "sprite_anims" for clarity, not just "anims"Remy Oukaour
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-26Update docsRemy Oukaour
2017-12-25Clean up docs/music_commands.md formatting and link to old wiki pageRemy Oukaour
2017-12-25Copy @henrxv's anim_obj documentation to docs/move_anim_commands.md (closes ↵Remy Oukaour
#399)
2017-12-25Expand assembly documentationRemy 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-24fix markdown reference linksyenatch
2017-12-24Music documentationfroggestspirit
2017-12-24Start documentation for assembly languageRemy Oukaour
Note: Resolved #340, #381, and #393 previously.
2017-12-24s/number/scene/, and correct some documentationRemy Oukaour
2017-12-24Update documentation to match renamingRemy Oukaour
2017-12-24Renaming: (fix #412)Remy Oukaour
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
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-15Correct `endturn` valueRemy Oukaour
2017-12-15Start documenting effect commandsRemy Oukaour
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
2017-12-12Document more bugsRemy Oukaour
2017-12-12Remove unused constantRemy Oukaour
Fix typo