Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-20 | Merge pull request #201 from SatoMew/master | Daniel Harding | |
Make Cerulean Cave labels consistent throughout the project | |||
2019-04-21 | A few missed SFX constant IDs | dannye | |
2019-04-08 | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew | |
2019-02-20 | Add descriptions of Pikawalk and Counter damage. Move ↵ | Travis McGeehan | |
assembly_programming.md elsewhere | |||
2019-02-20 | Improve some labels in the Pikachu Follow code | Travis McGeehan | |
2019-01-23 | tweak diff | Travis McGeehan | |
2019-01-23 | Pull bug descriptions into documentation, add more relevant docs from ↵ | Travis McGeehan | |
pokecrystal | |||
2019-01-23 | Note bug in Battle Transitions | TiKevin83 | |
2019-01-22 | Label functions, note cause of fast options | TiKevin83 | |
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-13 | Merge pull request #196 from Rangi42/polishedmaps | Daniel Harding | |
Rename map files, labels, and constants to be consistent and work with Polished Map | |||
2019-01-13 | Merge pull request #195 from Rangi42/master | Daniel Harding | |
Remove 'extras' submodule; and add 'make tidy' | |||
2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | |
Polished Map | |||
2018-12-31 | Make tools/gfx.py executable | Rangi | |
2018-12-31 | Reorganize Makefile similarly to pokecrystal | Rangi | |
2018-12-31 | 'make tidy' preserved compressed graphics, like pokecrystal | Rangi | |
2018-12-31 | Remove the 'extras' submodule and include a local gfx.py tool instead | Rangi | |
2018-11-19 | Merge pull request #193 from luckytyphlosion/master | Daniel Harding | |
Fix spritestatedata macros and clean up pre-linkerscript remnants. | |||
2018-11-18 | Prefix AnimatedObject labels with w. | luckytyphlosion | |
2018-11-18 | Clean up pre-linkerscript remnants. | luckytyphlosion | |
2018-11-18 | Rename spritestatedata structs. | luckytyphlosion | |
2018-11-18 | SpriteImageBaseOffset -> ImageBaseOffset | luckytyphlosion | |
2018-11-18 | Clean up pre-linkerscript remnants. | luckytyphlosion | |
2018-11-18 | Fix spritestatedata macros to be prefixed with w. | luckytyphlosion | |
2018-11-05 | Merge pull request #190 from Pokeglitch/master | luckytyphlosion | |
Fixed some map header files | |||
2018-10-22 | Update Discord link. | luckytyphlosion | |
2018-10-22 | Change Discord link. | luckytyphlosion | |
2018-07-28 | Another map header fix | Pokeglitch | |
2018-07-28 | Fixed some map header files | Pokeglitch | |
2018-07-15 | Merge pull request #187 from Rangi42/master | Daniel Harding | |
Document MissingNo's base stats, and silence an rgbds warning | |||
2018-07-15 | Merge pull request #188 from snelson3/consistent-map-header-comments | Daniel Harding | |
make comments consistent throughout all mapHeader files | |||
2018-07-15 | make comments consistent throughout all mapHeader files | Sam Nelson | |
2018-07-08 | Avoid "Warning: Left shift of negative value" from rgbds | Rangi | |
2018-07-08 | Document the origin of MissingNo's base stats. | Rangi | |
2018-07-02 | Merge pull request #185 from UrsSchmidt/master | Daniel Harding | |
Fixed some inconsistencies in the usage of the if-def directive. | |||
2018-07-02 | Fixed some inconsistencies in the usage of the if-def directive. | Urs-Bjoern Schmidt | |
2018-06-26 | Merge pull request #184 from Pokeglitch/intro-updates | Daniel Harding | |
Updated the intro | |||
2018-06-23 | Updated constants for intro | Pokeglitch | |
2018-06-22 | Updated the intro | Pokeglitch | |
2018-04-22 | Merge pull request #36 from ISSOtm/patch-1 | Daniel Harding | |
Update RGBDS repo link | |||
2018-04-22 | Merge pull request #33 from pret/install-instructions | Daniel Harding | |
use submodule update instead of clone --recursive | |||
2018-04-22 | Merge pull request #32 from pret/fix-bank-constants | Daniel Harding | |
Fix bank constants and use a macro for pcm data | |||
2018-04-22 | Fix malformed lists | dannye | |
from 8b82d13dd520d387f926db819fda949ad0021b53 | |||
2018-04-09 | Update RGBDS repo link | Panda Habert | |
The current link redirects to rednex/rgbds, which is the currently updated repo. This removes the redirection, which might break eventually. | |||
2018-04-01 | fix some constants | yenatch | |
2018-04-01 | remove BANK[] and bank constants from ROMX sections | yenatch | |
2018-04-01 | move pikachu cries into a separate file | yenatch | |
2018-04-01 | use a macro for pikachu cries | yenatch | |
2018-04-01 | --recursive is easily missed | yenatch | |
2018-03-24 | Use rgblink dmg mode | dannye | |
2018-03-24 | Merge pull request #180 from yenatch/fix-wevosmoves | Daniel Harding | |
add wEvosMoves instead of using eevee |