aboutsummaryrefslogtreecommitdiffstats
path: root/constants (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in commentsdannye2017-06-242-2/+2
|
* Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye2017-05-081-1/+1
|
* correct mistaken commentsYamaArashi2016-10-291-1/+1
|
* link battle action constantsYamaArashi2016-10-291-0/+4
|
* Split macros.asmdannye2016-07-311-441/+0
|
* Replace unnecessary tabs with spacesdannye2016-07-271-6/+6
|
* Clean up redundant labelsdannye2016-07-201-106/+106
| | | | fix trainer header numbering
* sync textYamaArashi2016-06-122-14/+24
|
* crlf to lfYamaArashi2016-06-111-441/+441
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-06-092-7/+0
|\
| * Remove the Beach House option.IIMarckus2016-06-073-11/+0
| |
* | TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt2016-05-302-1148/+256
|/
* Clean up labels and trainer headers for overworld Pokémon.IIMarckus2016-04-061-12/+12
|
* Fewer underscores in constantsdannye2015-12-144-8/+8
|
* Rewrite SetEvents and ResetEvents for unlimited number of eventsPikalaxALT2015-09-041-9/+7
|
* No more wram_constants.asmdannye2015-08-302-10/+2
| | | | unfortunately, this means manually declaring the wEnemyMon1 party struct
* No more W_dannye2015-08-302-3/+3
|
* commented pokeball functionYamaArashi2015-08-291-0/+5
|
* added constants for item capacityYamaArashi2015-08-291-0/+3
|
* item name length constantYamaArashi2015-08-141-0/+1
|
* add border constant and clear up misnomerYamaArashi2015-08-142-4/+9
|
* Named a test battle variableYamaArashi2015-08-131-0/+3
|
* commented SGB palette stuffYamaArashi2015-08-122-0/+21
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-0/+2
|
* No more $C8dannye2015-08-101-48/+53
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* Use constants for elevator floorsdannye2015-08-101-0/+14
|
* commented audio codeYamaArashi2015-08-082-1/+39
|
* constants for PrintNumberYamaArashi2015-07-291-0/+8
|
* Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-262-4/+8
|\
| * Use more wram labels and other constantsxCrystal2015-07-241-3/+7
| |
* | named animation functions/variablesYamaArashi2015-07-241-3/+3
| |
* | make route22 rival events more consistentYamaArashi2015-07-231-3/+3
| |
* | fixed hram aliases and named wram varYamaArashi2015-07-231-0/+6
|/
* Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-223-1/+3006
|\ | | | | enumerate events
| * named more constantsYamaArashi2015-07-211-17/+17
| |
| * comments for event constantsYamaArashi2015-07-212-2563/+2563
| |
| * named most of the used eventsYamaArashi2015-07-213-138/+156
| |
| * move event macros to separate fileYamaArashi2015-07-201-0/+425
| |
| * gym leader eventsYamaArashi2015-07-201-16/+16
| |
| * enumerate eventsYamaArashi2015-07-201-0/+2562
| |
* | Unify audio bank referencesdannye2015-07-221-1/+1
| | | | | | | | | | | | 2→1 8→2 1f→3
* | Rename sound effect filesdannye2015-07-221-161/+161
| |
* | Name some battle sound effectsdannye2015-07-211-162/+162
|/
* constants for flag actionsYamaArashi2015-07-191-0/+6
|
* namingYamaArashi2015-07-191-0/+12
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-1/+0
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| * miscYamaArashi2015-07-181-1/+0
| |
* | Name sound effectsdannye2015-07-191-0/+176
| |
* | Enumerate more constantsdannye2015-07-1910-860/+885
|/
* Enumerate map constantsdannye2015-07-171-249/+251
| | | | closes https://github.com/iimarckus/pokered/issues/86