Document one more bug/oversight
Macro-ify the unused palette map
Split items/ and trainers/ into their data/ and engine/ components
Consistent "(with <routine>) in <file>" phrasing
Use absolute links within repository
Document two more bugs found by Crystal_
Friend Ball happiness for boxed Pokémon is not a bug
Replace two numbers with constants (found by pfero)
Clarify which gfx anim commands are for oam
Rename the Onix trade house to match the rest
Use constants for gender ratios
Don't bother supporting numbered lists
Consistent **Fix:** notation
Document more bugs and glitches
Add table of contents (might remove if it's too cumbersome to maintain)
condense tileset sprite palettes
use an xor instead of the result
SpriteAnimSeqData comments on same line
Merge pull request #416 from roukaour/master
GetForestTreeFrame is not technically a bug or glitch, but it's exceptional
Keep the "Bugs and Glitches" name
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #415 from roukaour/asm-collisions
Merge pull request #414 from roukaour/master
Add an FAQ, and ive a bit more detail in Windows install instructions
Use constants for asm collision data
Define constants for collision types
xy_trigger handles $0 padding, so map scripts are simpler
Start documentation for map callbacks.
Add basic documentation for text commands.
Identify more sprite-related constants
Identify more sprite-related constants
Merge branch 'master' of https://github.com/pret/pokecrystal
Identify some SPRITE_ANIM_FRAME_IDX_* constants
Separate sprite constants and sprite-related data constants, like Pokémon and maps
Outdoor sprite groups have the same names as map header groups
Merge pull request #411 from roukaour/master
Move pic animation documentation to docs/
Italicize variables in docs
Sprite headers and trainer palettes don't have pointer tables, so they don't need individual labels
More consistent data tables
Keep table labels in the same files as their contents.
Fix map script documentation formatting
Fix Markdown formatting for example lines
Start documentation for map scripts
Start a docs directory; documentation still needs to be written
"Pic Pointers" and "Unown Pic Pointers" must start at the same address
Name some gfx/unknown/ files
Move the rest of gfx/misc/ into specific directories
Comments distinguish "move effects" and "effect commands"
Add member constants for the base data struct, same as most other structs
Factor out one more data table
Map dimensions are separate from other constants, same as pokemon_constants vs pokemon_data_constants
Move more data tables into data/ files.
Move lots of data tables into individual data/ files
Add constants for time-of-day boundaries
Rename overworld sprite files, consistent with their constants
Rename tilesets, consistent with constant names
PokeCenter → Pokecenter (consistent with the POKECENTER map constants)
Use MORN/DAY/NITE shifts for time-based person_events
Define more palette constants
Comment palette colors and roof map groups
All map triggers use the `maptrigger` macro, not `dw`
"Trainer*AfterBattleText" labels
Single files for tilesets/data.asm and maps/blockdata.asm
Consistent capitalization for map names, matching their constants
Merge pull request #409 from roukaour/master
Use correct WRAM labels for intro/title scenes
Consistent code formatting: no redundant `a`s and spaces after commas
Move some gfx/unknown/ files into meaningful directories
Move some gfx/misc/ files into meaningful directories
Consistent pointer labels in WRAM
Clarify which rgbds builds to use
Add constants for battle object colors
Separate file for mobile constants
Define more charmap characters and use them in place of hard-coded numbers
Document constants with comments, actual names, and more thorough usage
Merge pull request #405 from yenatch/fix-no-rule-error