| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | Use correct variable in EngageMapTrainer | Matthew Glazar | 2017-04-02 | 1 | -1/+1 | |
| | | |/ / | ||||||
| | | * | | Merge branch 'joefarebrother-label-naming' | Sanqui | 2017-03-21 | 3 | -109/+116 | |
| | | |\ \ | ||||||
| | | | * | | Merge branch 'label-naming' of https://github.com/joefarebrother/pokered into... | Sanqui | 2017-03-21 | 3 | -109/+116 | |
| | | |/| | | ||||||
| | | | * | | Gave names to the functions and labels and adresses used in DivideBCD | Joe Farebrother | 2017-03-19 | 2 | -72/+75 | |
| | | | * | | Gave the labels in _MoveMon more descriptive names and added a few comments | Joe Farebrother | 2017-03-19 | 1 | -37/+41 | |
| | | | |/ | ||||||
| | | * | | Merge pull request #148 from Sanqui/ci | Sanqui | 2017-03-21 | 1 | -0/+24 | |
| | | |\ \ | | | |/ | | |/| | ||||||
| | | | * | Update Travis script to use `make compare` and rgbds v0.2.5 | Sanqui | 2017-03-20 | 1 | -15/+13 | |
| | | | * | Merge branch 'ci' of https://github.com/PoCs/pokered into ci | Sanqui | 2017-03-20 | 1 | -0/+26 | |
| | | |/| | ||||||
| | | | * | Enable continuous integration | Mathias Bynens | 2016-08-11 | 1 | -0/+26 | |
| | | * | | Merge pull request #145 from ISSOtm/patch-1 | Sanqui | 2017-03-16 | 1 | -1/+1 | |
| | | |\ \ | ||||||
| | | | * | | Fix typo in address | Panda Habert | 2017-03-16 | 1 | -1/+1 | |
| | | |/ / | ||||||
| | | * | | Merge pull request #144 from AntonioND/an/fix-floating | Sanqui | 2017-03-15 | 6 | -72/+72 | |
| | | |\ \ | ||||||
| | | | * | | Fix floating sections | AntonioND | 2017-03-14 | 6 | -72/+72 | |
| | | |/ / | ||||||
| | | * | | Fix typos | dannye | 2017-01-20 | 1 | -2/+2 | |
| | | * | | fix incorrect comment | YamaArashi | 2017-01-16 | 1 | -1/+1 | |
| | | * | | use actual predef label | YamaArashi | 2017-01-07 | 1 | -1/+1 | |
| | | * | | use text constants in poison.asm | YamaArashi | 2016-12-31 | 1 | -2/+2 | |
| | | * | | split code out of main.asm | YamaArashi | 2016-12-31 | 22 | -2674/+2670 | |
| | | * | | use hardware constants in pic.asm | YamaArashi | 2016-11-02 | 1 | -3/+3 | |
| | | * | | use more HRAM constants | YamaArashi | 2016-10-29 | 4 | -11/+11 | |
| | | * | | correct mistaken comments | YamaArashi | 2016-10-29 | 2 | -3/+3 | |
| | | * | | link battle action constants | YamaArashi | 2016-10-29 | 2 | -15/+19 | |
| | | * | | correct comments about teleport effect | YamaArashi | 2016-10-16 | 1 | -3/+2 | |
| | | * | | split bank 1 into files | YamaArashi | 2016-09-17 | 12 | -1475/+1482 | |
| | | * | | pull some bank 1 code out of main.asm | YamaArashi | 2016-09-17 | 8 | -505/+504 | |
| | | * | | name text destination pointer variable | YamaArashi | 2016-09-11 | 2 | -10/+9 | |
| | | * | | Continuing the source-level documentation of roughly where trainers can be found | Summate | 2016-09-04 | 1 | -0/+186 | |
| | | * | | Split macros.asm | dannye | 2016-07-31 | 7 | -768/+770 | |
| | | * | | Replace unnecessary tabs with spaces | dannye | 2016-07-27 | 13 | -157/+157 | |
| | | * | | Redo audio header macro | dannye | 2016-07-27 | 21 | -564/+528 | |
| | | * | | Add warnings about music/sfx macro usage | dannye | 2016-07-27 | 2 | -3/+4 | |
| | | * | | Macros to automate music and sound effect headers | dannye | 2016-07-27 | 7 | -1522/+408 | |
| | | * | | Fix music channel numbering | dannye | 2016-07-27 | 49 | -309/+309 | |
| | | * | | Fix sound effect channel numbering | dannye | 2016-07-27 | 327 | -1274/+1274 | |
| | | * | | Clean up redundant labels | dannye | 2016-07-20 | 72 | -668/+596 | |
| | | * | | A few missed hardcoded decimal points | dannye | 2016-07-18 | 3 | -5/+5 | |
| | | * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2016-07-18 | 75 | -868/+983 | |
| | | |\ \ | ||||||
| | | | * | | Use pattern variables in the makefile. | yenatch | 2016-07-01 | 1 | -23/+15 | |
| | | | * | | Merge pull request #135 from YamaArashi/master | YamaArashi | 2016-06-12 | 31 | -375/+412 | |
| | | | |\ \ | ||||||
| | | | | * | | sync home | YamaArashi | 2016-06-12 | 7 | -131/+150 | |
| | | | | * | | sync text | YamaArashi | 2016-06-12 | 19 | -220/+238 | |
| | | | | * | | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 6 | -24/+24 | |
| | | | |/ / | ||||||
| | | | * | | Merge pull request #134 from YamaArashi/master | YamaArashi | 2016-06-12 | 50 | -495/+591 | |
| | | | |\ \ | ||||||
| | | | | * | | more syncing with pokeyellow | YamaArashi | 2016-06-12 | 4 | -145/+206 | |
| | | | | * | | sync engine code with pokeyellow | YamaArashi | 2016-06-12 | 47 | -350/+385 | |
| | | | |/ / | ||||||
| | | * / / | Clean up text commands | dannye | 2016-07-18 | 79 | -221/+293 | |
| | | |/ / | ||||||
| | * / / | Sync with pokered | dannye | 2020-05-20 | 2106 | -38964/+39106 | |
| |/ / / | ||||||
| * | | | Merge pull request #39 from TiKevin83/master | Daniel Harding | 2020-05-20 | 4 | -22/+81 | |
| |\ \ \ | ||||||
| | * | | | Update bugs_and_glitches.md | TiKevin83 | 2020-05-18 | 1 | -2/+2 | |
| | * | | | Fix duplicate label | TiKevin83 | 2020-05-18 | 1 | -2/+2 | |
