summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-15Correct `endturn` valueRemy Oukaour
2017-12-15Start documenting effect commandsRemy Oukaour
2017-12-15More comments for macrosRemy Oukaour
2017-12-15Document one more bug/oversightRemy Oukaour
Move FleeMons table into data/
2017-12-14Macro-ify the unused palette mapRemy Oukaour
2017-12-14Split items/ and trainers/ into their data/ and engine/ componentsRemy Oukaour
Move some data into a pokemon/ subdirectory
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-14Replace two numbers with constants (found by pfero)Remy Oukaour
2017-12-14Clarify which gfx anim commands are for oamRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour
2017-12-13Rename the Onix trade house to match the restRemy Oukaour
2017-12-13Use constants for gender ratiosRemy Oukaour
2017-12-13Don't bother supporting numbered listsRemy 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-12condense tileset sprite palettesyenatch
2017-12-12use an xor instead of the resultyenatch
2017-12-12SpriteAnimSeqData comments on same lineyenatch
2017-12-12Merge pull request #416 from roukaour/masteryenatch
Document bugs in docs/bugs.md
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
2017-12-12GetForestTreeFrame is not technically a bug or glitch, but it's exceptionalRemy Oukaour
2017-12-12Keep the "Bugs and Glitches" nameRemy Oukaour
2017-12-12Fix `make compare`Remy Oukaour
2017-12-12Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
2017-12-12Document bugs and glitchesRemy Oukaour
2017-12-12Merge pull request #415 from roukaour/asm-collisionsyenatch
Use asm, not bin, for collision data
2017-12-12Merge pull request #414 from roukaour/masteryenatch
Improve sprite constants and documentation
2017-12-12Add an FAQ, and ive a bit more detail in Windows install instructionsRemy Oukaour
2017-12-12Use constants for asm collision dataRemy Oukaour
2017-12-12Define constants for collision typesRemy Oukaour
2017-12-12xy_trigger handles $0 padding, so map scripts are simplerRemy Oukaour
2017-12-12Fix Markdown syntaxRemy Oukaour
2017-12-12Start documentation for map callbacks.Remy Oukaour
2017-12-12Fix relative linksRemy Oukaour
2017-12-12Add basic documentation for text commands.Remy Oukaour
2017-12-12Identify more sprite-related constantsRemy Oukaour
Start more documentation
2017-12-12Identify more sprite-related constantsRemy Oukaour
2017-12-12Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
2017-12-12Identify some SPRITE_ANIM_FRAME_IDX_* constantsRemy Oukaour
2017-12-12Separate sprite constants and sprite-related data constants, like Pokémon ↵Remy Oukaour
and maps
2017-12-12Outdoor sprite groups have the same names as map header groupsRemy Oukaour
2017-12-12Merge pull request #411 from roukaour/masteryenatch
Clean up more labels, constants, and file names