| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| |/ / | ||||||
| * | | Remove the last address comments | dannye | 2016-06-12 | 458 | -791/+532 | |
| * | | Remove some leftover address comments | dannye | 2016-06-12 | 14 | -31/+31 | |
| * | | Merge pull request #133 from YamaArashi/master | YamaArashi | 2016-06-11 | 766 | -8812/+8830 | |
| |\ \ | ||||||
| | * | | remove address comments | YamaArashi | 2016-06-11 | 764 | -8371/+8371 | |
| | * | | crlf to lf | YamaArashi | 2016-06-11 | 2 | -441/+459 | |
| |/ / | ||||||
| * | | Implement handy text macros from yellow | pikalaxalt | 2016-06-09 | 17 | -56/+70 | |
| * | | Try again to bump extras | pikalaxalt | 2016-06-09 | 1 | -0/+0 | |
| * | | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-06-09 | 200 | -659/+19 | |
| |\ \ | ||||||
| | * | | Rebump extras. | yenatch | 2016-06-09 | 1 | -0/+0 | |
| | * | | Sync somewhat with pokeyellow. | IIMarckus | 2016-06-08 | 182 | -262/+18 | |
| | * | | Remove the Beach House option. | IIMarckus | 2016-06-07 | 20 | -401/+1 | |
| * | | | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | 2016-05-30 | 8 | -1163/+276 | |
| |/ / | ||||||
| * | | dbw door tiles | pikalaxalt | 2016-05-22 | 1 | -26/+13 | |
| * | | Finish reversion of .gb file extensions | pikalaxalt | 2016-05-13 | 1 | -2/+2 | |
| * | | Remove the last remaining IF DEF(_YELLOW) | pikalaxalt | 2016-05-13 | 1 | -8/+1 | |
| * | | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | 2016-05-13 | 310 | -2701/+1005 | |
| |\ \ | ||||||
| | * | | Fix typo: ninetails.asm -> ninetales.asm | dannye | 2016-04-25 | 2 | -1/+1 | |
| | * | | Add a TX_MART macro for inventories. | IIMarckus | 2016-04-08 | 2 | -27/+25 | |
