aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redo audio header macrodannye2016-07-271-1/+1
|
* Clean up redundant labelsdannye2016-07-2069-560/+489
| | | | fix trainer header numbering
* Clean up text commandsdannye2016-07-1845-77/+111
|
* Remove the last address commentsdannye2016-06-126-271/+16
| | | | | except for wram.asm and sram.asm also delete unused yellow file
* Remove some leftover address commentsdannye2016-06-123-3/+3
|
* remove address commentsYamaArashi2016-06-11184-3622/+3622
|
* Implement handy text macros from yellowpikalaxalt2016-06-0914-42/+46
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-06-092-213/+18
|\
| * Sync somewhat with pokeyellow.IIMarckus2016-06-081-18/+18
| |
| * Remove the Beach House option.IIMarckus2016-06-071-195/+0
| |
* | TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt2016-05-302-6/+9
|/
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-05-1339-501/+498
|\
| * Clean up script labels in marts and Pokémon Centers.IIMarckus2016-04-0827-278/+276
| |
| * Clean up labels and trainer headers for overworld Pokémon.IIMarckus2016-04-0612-223/+222
| |
* | Macrofy sprite status data in WRA0PikalaxALT2016-01-291-14/+18
|/
* Fix game time labelsPikalaxALT2016-01-0339-50/+50
|
* Label elite four scripts more completely.Marcus Huderle2015-12-185-100/+108
|
* Fewer underscores in constantsdannye2015-12-143-4/+4
|
* No more W_dannye2015-08-30101-620/+620
|
* use the new battle type constantsYamaArashi2015-08-291-1/+1
|
* documented flags and misc. fixesYamaArashi2015-08-291-2/+2
|
* item name length constantYamaArashi2015-08-143-3/+3
|
* add border constant and clear up misnomerYamaArashi2015-08-141-4/+4
|
* named more variablesYamaArashi2015-08-1212-87/+96
|
* More joypad constantsdannye2015-08-112-12/+12
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-2/+2
|
* No more $C8dannye2015-08-107-8/+8
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* Use constants for elevator floorsdannye2015-08-103-3/+19
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-1014-43/+43
|\
| * commented audio codeYamaArashi2015-08-0810-28/+28
| |
| * named CountSetBits output variableYamaArashi2015-08-075-15/+15
| |
* | Replace some hardcoded data sizesdannye2015-08-096-11/+15
|/
* Use more lbdannye2015-08-0561-126/+145
| | | | and other clean up
* yet more namingYamaArashi2015-07-2515-33/+33
|
* more naming variablesYamaArashi2015-07-2435-108/+108
|
* named animation functions/variablesYamaArashi2015-07-2423-36/+36
|
* make route22 rival events more consistentYamaArashi2015-07-234-11/+11
|
* named functionYamaArashi2015-07-233-3/+3
|
* clean up wram aliasesYamaArashi2015-07-233-28/+28
|
* Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-22120-1478/+1106
|\ | | | | enumerate events
| * named more constantsYamaArashi2015-07-214-24/+24
| |
| * named most of the used eventsYamaArashi2015-07-2180-320/+319
| |
| * gym leader eventsYamaArashi2015-07-2011-40/+40
| |
| * enumerate eventsYamaArashi2015-07-20120-1447/+1076
| |
* | Unify audio bank referencesdannye2015-07-221-1/+1
|/ | | | | | 2→1 8→2 1f→3
* constants for flag actionsYamaArashi2015-07-192-6/+6
|
* namingYamaArashi2015-07-1919-71/+71
|
* replace uses of minus oneYamaArashi2015-07-191-4/+4
|
* jpab/jpba macrosYamaArashi2015-07-194-12/+4
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-1922-164/+175
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm