Use percent macro for trainer AI packages
Deobfuscate gyms consistently
Merge pull request #224 from UrsSchmidt/master
Fixed some wrong wram addresses within comments.
Merge pull request #220 from Rangi42/master
Merge branch 'master' of https://github.com/pret/pokered
Replace some hard-coded values with constants
Merge pull request #201 from SatoMew/master
Replace the few instances of Unknown Dungeon with Cerulean Cave
Merge pull request #196 from Rangi42/polishedmaps
Merge pull request #195 from Rangi42/master
Rename map files, labels, and constants to be consistent and work with Polished Map
Reorganize Makefile similarly to pokecrystal
'make tidy' preserved compressed graphics, like pokecrystal
Remove the 'extras' submodule and include a local gfx.py tool instead
Merge pull request #193 from luckytyphlosion/master
SpriteImageBaseOffset -> ImageBaseOffset
Clean up pre-linkerscript remnants.
Fix spritestatedata macros to be prefixed with w.
Merge pull request #190 from Pokeglitch/master
Change Discord link.
Merge pull request #187 from Rangi42/master
Merge pull request #188 from snelson3/consistent-map-header-comments
make comments consistent throughout all mapHeader files
Avoid "Warning: Left shift of negative value" from rgbds
Document the origin of MissingNo's base stats.
Merge pull request #185 from UrsSchmidt/master
Fixed some inconsistencies in the usage of the if-def directive.
Merge pull request #184 from Pokeglitch/intro-updates
Merge pull request #180 from yenatch/fix-wevosmoves
use constants for wEvosMoves size
add wEvosMoves instead of using eevee
Merge pull request #179 from bitman44/master
Replaced instances of Mon### with the Pokemon's name
sfxnote parameter 1 is length, not duty
Break up sfxnote parameters into duty, volume, volume change and pitch
Break up pitchenvelope parameters into length and pitch change
Merge pull request #178 from Eggy0/master
Update audio_macros.asm
Changing macro names
Merge pull request #177 from yenatch/rgbgfx
Python is no longer used to build.
Use rgbgfx and c tools instead of the submodule.
Merge pull request #171 from xCrystal/master
Merge pull request #174 from Rangi42/master
INCBIN don't start with tabs
Block IDs use hex; zero connections use dec
Use base 10 (note, the previous commit resolves #173)
Add warp, sign, and warp_to macros for data/mapObjects definitions
Add pokegold and pokefirered.
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