Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-03 | tilesets.asm -> tileset_constants.asm | Rangi | |
2020-07-03 | Organize macros/ like pokecrystal | Rangi | |
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | |||
2020-07-03 | Make suggested edits: | Rangi | |
- data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | |||
2020-07-03 | Reorganize constants/ | Rangi | |
To do: add comments associating constants with data and code | |||
2020-07-03 | Add subdirectories to data/ similar to pokecrystal | Rangi | |
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | |||
2020-06-27 | Individual images for party menu icon graphics | Rangi | |
2019-08-17 | Update labels to match new audio macro names | dannye | |
and synchronize engine_2 and engine_3 with engine_1 | |||
2019-07-28 | Use generic names for noise instruments | dannye | |
coming up with satisfactory names is hard, besides this will improve compatibility with crystal | |||
2019-07-07 | Merge branch 'master' of https://github.com/pret/pokered | Rangi | |
2019-07-07 | Replace some hard-coded values with constants | Rangi | |
2019-04-08 | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew | |
2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | |
Polished Map | |||
2018-07-08 | Document the origin of MissingNo's base stats. | Rangi | |
2018-06-22 | Updated the intro | Pokeglitch | |
2018-03-22 | use constants for wEvosMoves size | yenatch | |
2017-12-30 | Uppercase battle status constants | xCrystal | |
2017-06-24 | Fix typos in comments | dannye | |
2017-05-08 | Typo: SFX_POKEFLUE → SFX_POKEFLUTE | dannye | |
2016-10-29 | correct mistaken comments | YamaArashi | |
2016-10-29 | link battle action constants | YamaArashi | |
2016-07-31 | Split macros.asm | dannye | |
2016-07-27 | Replace unnecessary tabs with spaces | dannye | |
2016-07-20 | Clean up redundant labels | dannye | |
fix trainer header numbering | |||
2016-06-12 | sync text | YamaArashi | |
2016-06-11 | crlf to lf | YamaArashi | |
2016-06-09 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-06-07 | Remove the Beach House option. | IIMarckus | |
2016-05-30 | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | |
2016-04-06 | Clean up labels and trainer headers for overworld Pokémon. | IIMarckus | |
2015-12-14 | Fewer underscores in constants | dannye | |
2015-09-04 | Rewrite SetEvents and ResetEvents for unlimited number of events | PikalaxALT | |
2015-08-30 | No more wram_constants.asm | dannye | |
unfortunately, this means manually declaring the wEnemyMon1 party struct | |||
2015-08-30 | No more W_ | dannye | |
2015-08-29 | commented pokeball function | YamaArashi | |
2015-08-29 | added constants for item capacity | YamaArashi | |
2015-08-14 | item name length constant | YamaArashi | |
2015-08-14 | add border constant and clear up misnomer | YamaArashi | |
2015-08-13 | Named a test battle variable | YamaArashi | |
2015-08-12 | commented SGB palette stuff | YamaArashi | |
2015-08-10 | Replace hardcoded name lengths with NAME_LENGTH | dannye | |
2015-08-10 | No more $C8 | dannye | |
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||
2015-08-10 | Use constants for elevator floors | dannye | |
2015-08-08 | commented audio code | YamaArashi | |
2015-07-29 | constants for PrintNumber | YamaArashi | |
2015-07-26 | Merge branch 'master' of https://github.com/xCrystal/pokered | dannye | |
2015-07-24 | named animation functions/variables | YamaArashi | |
2015-07-24 | Use more wram labels and other constants | xCrystal | |
2015-07-23 | make route22 rival events more consistent | YamaArashi | |
2015-07-23 | fixed hram aliases and named wram var | YamaArashi | |
2015-07-22 | Merge pull request #107 from YamaArashi/master | Daniel Harding | |
enumerate events |