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
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.
Get rid of yellow ifdefs in wild Pokémon.
Remove misleading (unreferenced) labels.
Macrofy sprite status data in WRA0
Merge pull request #121 from PikalaxALT/master
Merge pull request #120 from PikalaxALT/master
Label elite four scripts more completely.
Define text banks relative to the first one. Clean up address comments.
vertical space is cheap. also remove address comments and yellow ifs.
Improve diffability with pokeyellow; remove address comments and ifs.
Reorganize the makefile and remove yellow targets.
Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party struct
Merge branch 'master' of https://github.com/iimarckus/pokered
Merge pull request #117 from PikalaxALT/master
Rewrite SetEvents and ResetEvents for unlimited number of events
Merge pull request #116 from YamaArashi/master
replaced hardcoded values in ItemUseMedicine
use the new battle type constants
added constants for item capacity
documented flags and misc. fixes
Merge pull request #114 from YamaArashi/master
add border constant and clear up misnomer
named battle and learn move variables
Replace hardcoded name lengths with NAME_LENGTH