Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x
Uppercase battle status constants
install: rgbds 0.3.3
Merge pull request #167 from Pokechu22/rgbds-0.3.3
Update Travis configuration to use rgbds 0.3.3
Rename linkerscript and sort sym file
Use unions rather than negative offsets
Add Gen 3 disassemblies.
Add other disassembly links.
Add Discord link.
Merge pull request #162 from Helios-vmg/text-corrections
Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively.
Replace deprecated mnemonics by the correct ones
Update Travis configuration to use rgbds 0.3.1
Typo: SFX_POKEFLUE → SFX_POKEFLUTE
Update the rgbds links. v0.2.5 is the last working version.
INSTALL.md: add a note about different cygwin install paths
Merge pull request #152 from strager/strager-fix-oaks-lab
Merge pull request #153 from strager/strager-fix-wrong-variable
Remove duplicate OaksLabText labels
Use correct variable in EngageMapTrainer
Merge branch 'joefarebrother-label-naming'
Merge branch 'label-naming' of https://github.com/joefarebrother/pokered into joefarebrother-label-naming
Merge pull request #148 from Sanqui/ci
Revert "Fix floating sections"
Update Travis script to use `make compare` and rgbds v0.2.5
Merge branch 'ci' of https://github.com/PoCs/pokered into ci
Gave names to the functions and labels and adresses used in DivideBCD
Gave the labels in _MoveMon more descriptive names and added a few comments
Merge pull request #145 from ISSOtm/patch-1
Fix typo in address
Merge pull request #144 from AntonioND/an/fix-floating
use text constants in poison.asm
use hardware constants in pic.asm
correct comments about teleport effect
pull some bank 1 code out of main.asm
name text destination pointer variable
Continuing the source-level documentation of roughly where trainers can be found
Enable continuous integration
Replace unnecessary tabs with spaces
Add warnings about music/sfx macro usage
Macros to automate music and sound effect headers
Fix sound effect channel numbering
A few missed hardcoded decimal points
Merge branch 'master' of https://github.com/pret/pokered
Use pattern variables in the makefile.
Merge pull request #135 from YamaArashi/master
Remove some leftover address comments
Merge pull request #134 from YamaArashi/master
sync engine code with pokeyellow
Merge pull request #133 from YamaArashi/master
Implement handy text macros from yellow
Merge branch 'master' of https://github.com/pret/pokered
Sync somewhat with pokeyellow.
Remove the Beach House option.
TX_SFX_KEY_ITEM and `mapconst` macro
Finish reversion of .gb file extensions
Remove the last remaining IF DEF(_YELLOW)
Merge branch 'master' of https://github.com/pret/pokered
Split default names strings into separate lines to make it less unpleasant to read
Fix typo: ninetails.asm -> ninetales.asm
Add a TX_MART macro for inventories.
Clean up script labels in marts and Pokémon Centers.
Clean up labels and trainer headers for overworld Pokémon.
Remove hardcoded length values in items.asm
Remove hardcoded values for CopyData in battle core.
Bump extras so that pypng doesn't need to be installed.