All battle back pictures end with "b"
Sync home and macro code with pokeyellow
Port some formatting from pokeyellow
Fix #296 and #297: update the install instructions
Merge pull request #300 from 95girl/master
Add files via upload
tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their filenames
Merge pull request #295 from SatoMew/master
Clarify comment in constants/pokemon_constants.asm
Merge pull request #294 from SatoMew/master
Fix alignment in Pokémon name constants
Use the constant in all relevant situations
Replace ghost Marowak's ambiguous constant
Merge pull request #292 from Akatsuki-py/fix/ExecuteCurMapScriptInTable
fix ExecuteCurMapScriptInTable's comment
rgbds has moved from rednex to gbdev
Add the pic.py (de)compressor from pokemon-reverse-engineering-tools
Pan Docs: "When sending three or more data sets, data is continued in further packet(s). Unused bytes at the end of the last packet should be set to zero."
Separate the two lists of unused names
Define a constant for the ghost Marowak (hard-coded throughout the engine, like the starters)
Use constants to delineate map types, and factor out more data
Factor out data/tilesets/pair_collision_tile_ids.asm
Identify some hSpriteDataOffset values
Document more hidden object data and behavior
Merge pull request #290 from Rangi42/master
Use decimal, not hex, for sprite (object) coordinates in map scripts
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
Merge pull request #287 from Rangi42/master
Comments explain the def_warps_to macros
Implement def_warps_to in a simpler way
Fix keyword capitalization and indentation
Use def_warps_to macro for automatic warp_to entries
Use map constants for SilphCoElevator warps
Use def_* macros for automatic map event counts
Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects
Identify some map object related constants
Fix Town Map coordinates to be in (X, Y) order as comments claim
'make clean' reuses 'make tidy' commands
fix OAMFLAG_VFLIPPED (#283)
'make tidy' shouldn't trigger 'make -C tools'
tools/unnamed.py supports rgbds 0.4.1 object files
Merge pull request #282 from Rangi42/master
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
Merge pull request #281 from Rangi42/master
Add comments associating constants with data, and identify some more data
Merge pull request #279 from Rangi42/master
Missingno's Pokédex weight is two bytes like the rest
Consistent labels for Gym name scripts
Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal
Define constants for subanimations' base coords and frame block modes
Factor our frame blocks' base coordinates
Define constants for subanimation transform types
Add constants for move animations' frame blocks
Use a battle_anim macro for move animations' special effects and subanimations
Use a macro for BattleTransition_DoubleCircle data
Un-deduplicate gfx/intro_credits/gengar.png's tiles
Separate move/battle animation data from move data (to do: further identify animation data labels+constants)
Merge pull request #277 from Rangi42/master
Define constants for audio commands
Reformat map scripts' coordinate and movement data
Revise some map scripts, mostly for getting items
Define constants for default trainer DVs
Define constants for in-game trades
Merge pull request #276 from TheFakeMateo/master
Merge pull request #275 from Rangi42/master
Deobfuscate exit warps on indoor maps
Disassemble the BLUEMONS.GB debug ROM
Merge pull request #274 from Rangi42/master
Align constant comments as a column
Indent comments that describe data table macro formats
Merge pull request #273 from Rangi42/master
Don't compare strings with ==; use STRCMP
Use a 'trainer' macro for trainers in scripts/
Factor out spinner tiles from RocketHideoutB2F since they're also used by ViridianGym, and to make their data and code more accessible
Use a macro for warp tile IDs, like other tile behaviors
Clean up some data, using macros for multiline list entries
Merge pull request #269 from Rangi42/master
Use const_skip and const_next macros for brevity
Eliminate enum: use const instead, with case-by-case parallel const implementations
Merge pull request #268 from Rangi42/master
Factor out MapBadgeFlags and EscapeRopeTilesets data tables