summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2019-07-07Merge branch 'master' of https://github.com/pret/pokeredRangi
2019-07-07Replace some hard-coded values with constantsRangi
2019-06-10Update toolsCeleste Brault
2019-04-21A few missed SFX constant IDsdannye
2019-02-20Improve some labels in the Pikachu Follow codeTravis 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-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2018-11-18Rename spritestatedata structs.luckytyphlosion
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion
2018-06-23Updated constants for introPokeglitch
2018-06-22Updated the introPokeglitch
2018-04-01fix some constantsyenatch
2018-03-24Use rgblink dmg modedannye
2018-03-21add wEvosMoves instead of using eeveeyenatch
2018-03-21Cleaned up name formattingbitman44
2018-03-20Replaced instances of Mon### with the Pokemon's namebitman44
2018-03-10Use rgbgfx and c tools instead of the submodule.yenatch
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
2017-12-30Uppercase battle status constantsxCrystal
2017-12-02Replace hardcoded address offsetdannye
2017-10-29Catch a missed hide/show IDdannye
2017-09-29Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch
Update for RGBDS 0.3.3
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu22
2017-06-24Fix typos in commentsdannye
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2017-05-08Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye
2017-03-19Gave names to the functions and labels and adresses used in DivideBCDJoe Farebrother
and added a few comments
2017-03-19Gave the labels in _MoveMon more descriptive names and added a few commentsJoe Farebrother
2017-01-16fix incorrect commentYamaArashi
2017-01-07use actual predef labelYamaArashi
2016-12-31use text constants in poison.asmYamaArashi
2016-12-31split code out of main.asmYamaArashi
2016-10-29use more HRAM constantsYamaArashi
2016-10-29correct mistaken commentsYamaArashi
2016-10-29link battle action constantsYamaArashi
2016-10-16correct comments about teleport effectYamaArashi
2016-09-17split bank 1 into filesYamaArashi
2016-09-17pull some bank 1 code out of main.asmYamaArashi
2016-08-08Better names for a few Pikachu's Beach routinesSanqui
2016-08-08Label some Pikachu's Beach related routinesSanqui
2016-07-27Replace unnecessary tabs with spacesdannye
2016-07-27Redo audio header macrodannye
2016-07-18A few missed hardcoded decimal pointsdannye
2016-07-18Merge branch 'master' of https://github.com/pret/pokereddannye
2016-07-18Clean up text commandsdannye
2016-07-16Merge branch 'master' of https://github.com/pret/pokeyellowdannye
2016-06-12sync textYamaArashi
2016-06-12remove map header addr commentsYamaArashi