Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-08 | Add Devolve Stoneadding-pokemon | dannye | |
rolls back Pokemon to their pre-evolution without degenerating stats | |||
2016-08-08 | Adding Glaceon test | dannye | |
An example to show adding a second new Pokemon and a new evolution item in pokered | |||
2016-08-08 | Adding Leafeon test | dannye | |
An example to show adding a new Pokemon in pokered | |||
2016-07-31 | Split macros.asm | dannye | |
2016-07-27 | Replace unnecessary tabs with spaces | dannye | |
2016-07-27 | Redo audio header macro | dannye | |
2016-07-27 | Add warnings about music/sfx macro usage | dannye | |
These are not game limitations, just restrictions for the macros to behave properly | |||
2016-07-27 | Macros to automate music and sound effect headers | dannye | |
2016-07-27 | Fix music channel numbering | dannye | |
same as previous, but for songs instead of sound effects | |||
2016-07-27 | Fix sound effect channel numbering | dannye | |
mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1' | |||
2016-07-20 | Clean up redundant labels | dannye | |
fix trainer header numbering | |||
2016-07-18 | A few missed hardcoded decimal points | dannye | |
2016-07-18 | Merge branch 'master' of https://github.com/pret/pokered | dannye | |
2016-07-18 | Clean up text commands | dannye | |
2016-07-01 | Use pattern variables in the makefile. | yenatch | |
This means dependency scanning only happens as required. | |||
2016-06-12 | Merge pull request #135 from YamaArashi/master | YamaArashi | |
sync tileset WRAM labels | |||
2016-06-12 | sync home | YamaArashi | |
2016-06-12 | sync text | YamaArashi | |
2016-06-12 | sync tileset WRAM labels | YamaArashi | |
2016-06-12 | Merge pull request #134 from YamaArashi/master | YamaArashi | |
sync engine code with pokeyellow | |||
2016-06-12 | more syncing with pokeyellow | YamaArashi | |
2016-06-12 | sync engine code with pokeyellow | YamaArashi | |
2016-06-12 | Remove the last address comments | dannye | |
except for wram.asm and sram.asm also delete unused yellow file | |||
2016-06-12 | Remove some leftover address comments | dannye | |
2016-06-11 | Merge pull request #133 from YamaArashi/master | YamaArashi | |
Remove address comments | |||
2016-06-11 | remove address comments | YamaArashi | |
2016-06-11 | crlf to lf | YamaArashi | |
2016-06-09 | Implement handy text macros from yellow | pikalaxalt | |
2016-06-09 | Try again to bump extras | pikalaxalt | |
2016-06-09 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-06-09 | Rebump extras. | yenatch | |
af6fa345d689844429d20df9a18f6ae298733140 didn't take. I don't know why. | |||
2016-06-08 | Sync somewhat with pokeyellow. | IIMarckus | |
2016-06-07 | Remove the Beach House option. | IIMarckus | |
2016-05-30 | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | |
2016-05-22 | dbw door tiles | pikalaxalt | |
2016-05-13 | Finish reversion of .gb file extensions | pikalaxalt | |
2016-05-13 | Remove the last remaining IF DEF(_YELLOW) | pikalaxalt | |
2016-05-13 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-05-13 | Split default names strings into separate lines to make it less unpleasant ↵ | pikalaxalt | |
to read | |||
2016-04-25 | Fix typo: ninetails.asm -> ninetales.asm | dannye | |
2016-04-08 | Add a TX_MART macro for inventories. | IIMarckus | |
2016-04-08 | Clean up script labels in marts and Pokémon Centers. | IIMarckus | |
2016-04-06 | Clean up labels and trainer headers for overworld Pokémon. | IIMarckus | |
2016-03-22 | Clean up more Yellow ifdefs. | IIMarckus | |
2016-03-14 | Add a farcall alias. | yenatch | |
2016-02-21 | Remove hardcoded length values in items.asm | Marcus Huderle | |
2016-02-20 | Remove hardcoded values for CopyData in battle core. | Marcus Huderle | |
2016-02-17 | Bump extras so that pypng doesn't need to be installed. | yenatch | |
2016-02-17 | Bump extras. | yenatch | |
2016-02-17 | Use rgbasm -D in the makefile. | yenatch | |