summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-20Merge pull request #201 from SatoMew/masterDaniel Harding
Make Cerulean Cave labels consistent throughout the project
2019-04-21A few missed SFX constant IDsdannye
2019-04-08Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew
2019-02-20Add descriptions of Pikawalk and Counter damage. Move ↵Travis McGeehan
assembly_programming.md elsewhere
2019-02-20Improve some labels in the Pikachu Follow codeTravis McGeehan
2019-01-23tweak diffTravis McGeehan
2019-01-23Pull bug descriptions into documentation, add more relevant docs from ↵Travis McGeehan
pokecrystal
2019-01-23Note bug in Battle TransitionsTiKevin83
2019-01-22Label functions, note cause of fast optionsTiKevin83
Some of the functions in here are unlabeled despite having decent labels in pokecrystal (GSC reused yellow's options code). Updated the most relevant ones. This code has a bug/feature called "fast options" that reappears due to its reuse in GSC, added some explanation of it in comments
2019-01-13Merge pull request #196 from Rangi42/polishedmapsDaniel Harding
Rename map files, labels, and constants to be consistent and work with Polished Map
2019-01-13Merge pull request #195 from Rangi42/masterDaniel Harding
Remove 'extras' submodule; and add 'make tidy'
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2018-12-31Make tools/gfx.py executableRangi
2018-12-31Reorganize Makefile similarly to pokecrystalRangi
2018-12-31'make tidy' preserved compressed graphics, like pokecrystalRangi
2018-12-31Remove the 'extras' submodule and include a local gfx.py tool insteadRangi
2018-11-19Merge pull request #193 from luckytyphlosion/masterDaniel Harding
Fix spritestatedata macros and clean up pre-linkerscript remnants.
2018-11-18Prefix AnimatedObject labels with w.luckytyphlosion
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion
2018-11-18Rename spritestatedata structs.luckytyphlosion
2018-11-18SpriteImageBaseOffset -> ImageBaseOffsetluckytyphlosion
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion
2018-11-18Fix spritestatedata macros to be prefixed with w.luckytyphlosion
2018-11-05Merge pull request #190 from Pokeglitch/masterluckytyphlosion
Fixed some map header files
2018-10-22Update Discord link.luckytyphlosion
2018-10-22Change Discord link.luckytyphlosion
2018-07-28Another map header fixPokeglitch
2018-07-28Fixed some map header filesPokeglitch
2018-07-15Merge pull request #187 from Rangi42/masterDaniel Harding
Document MissingNo's base stats, and silence an rgbds warning
2018-07-15Merge pull request #188 from snelson3/consistent-map-header-commentsDaniel Harding
make comments consistent throughout all mapHeader files
2018-07-15make comments consistent throughout all mapHeader filesSam Nelson
2018-07-08Avoid "Warning: Left shift of negative value" from rgbdsRangi
2018-07-08Document the origin of MissingNo's base stats.Rangi
2018-07-02Merge pull request #185 from UrsSchmidt/masterDaniel Harding
Fixed some inconsistencies in the usage of the if-def directive.
2018-07-02Fixed some inconsistencies in the usage of the if-def directive.Urs-Bjoern Schmidt
2018-06-26Merge pull request #184 from Pokeglitch/intro-updatesDaniel Harding
Updated the intro
2018-06-23Updated constants for introPokeglitch
2018-06-22Updated the introPokeglitch
2018-04-22Merge pull request #36 from ISSOtm/patch-1Daniel Harding
Update RGBDS repo link
2018-04-22Merge pull request #33 from pret/install-instructionsDaniel Harding
use submodule update instead of clone --recursive
2018-04-22Merge pull request #32 from pret/fix-bank-constantsDaniel Harding
Fix bank constants and use a macro for pcm data
2018-04-22Fix malformed listsdannye
from 8b82d13dd520d387f926db819fda949ad0021b53
2018-04-09Update RGBDS repo linkPanda Habert
The current link redirects to rednex/rgbds, which is the currently updated repo. This removes the redirection, which might break eventually.
2018-04-01fix some constantsyenatch
2018-04-01remove BANK[] and bank constants from ROMX sectionsyenatch
2018-04-01move pikachu cries into a separate fileyenatch
2018-04-01use a macro for pikachu criesyenatch
2018-04-01--recursive is easily missedyenatch
2018-03-24Use rgblink dmg modedannye
2018-03-24Merge pull request #180 from yenatch/fix-wevosmovesDaniel Harding
add wEvosMoves instead of using eevee