aboutsummaryrefslogtreecommitdiffstats
path: root/engine (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-29Catch a missed hide/show IDdannye1-1/+1
2017-06-24Fix typos in commentsdannye15-33/+33
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz13-19/+19
2017-05-08Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye1-2/+2
2017-03-19Gave names to the functions and labels and adresses used in DivideBCDJoe Farebrother1-72/+74
2017-03-19Gave the labels in _MoveMon more descriptive names and added a few commentsJoe Farebrother1-37/+41
2017-01-16fix incorrect commentYamaArashi1-1/+1
2017-01-07use actual predef labelYamaArashi1-1/+1
2016-12-31use text constants in poison.asmYamaArashi1-2/+2
2016-12-31split code out of main.asmYamaArashi20-1/+2650
2016-10-29use more HRAM constantsYamaArashi3-7/+7
2016-10-29correct mistaken commentsYamaArashi1-2/+2
2016-10-29link battle action constantsYamaArashi1-15/+15
2016-10-16correct comments about teleport effectYamaArashi1-3/+2
2016-09-17split bank 1 into filesYamaArashi11-0/+1471
2016-09-17pull some bank 1 code out of main.asmYamaArashi6-0/+479
2016-07-27Replace unnecessary tabs with spacesdannye2-9/+9
2016-07-27Redo audio header macrodannye6-10/+10
2016-07-18A few missed hardcoded decimal pointsdannye3-5/+5
2016-07-18Clean up text commandsdannye29-67/+79
2016-06-12sync textYamaArashi2-3/+2
2016-06-12sync tileset WRAM labelsYamaArashi3-8/+8
2016-06-12more syncing with pokeyellowYamaArashi2-29/+29
2016-06-12sync engine code with pokeyellowYamaArashi44-345/+380
2016-06-12Remove the last address commentsdannye12-32/+30
2016-06-12Remove some leftover address commentsdannye8-10/+10
2016-06-11remove address commentsYamaArashi126-1847/+1847
2016-06-09Implement handy text macros from yellowpikalaxalt2-2/+2
2016-05-22dbw door tilespikalaxalt1-26/+13
2016-05-13Split default names strings into separate lines to make it less unpleasant to...pikalaxalt1-6/+24
2016-03-22Clean up more Yellow ifdefs.IIMarckus6-38/+0
2016-02-21Remove hardcoded length values in items.asmMarcus Huderle1-2/+2
2016-02-20Remove hardcoded values for CopyData in battle core.Marcus Huderle1-4/+4
2016-01-29Macrofy sprite status data in WRA0PikalaxALT1-3/+3
2016-01-27Fix logically incorrect labeldannye1-2/+3
2016-01-09fix typoesYamaArashi1-9/+9
2016-01-05Fix a typoPikalaxALT1-3/+3
2016-01-03Fix game time labelsPikalaxALT8-18/+18
2015-12-14Fewer underscores in constantsdannye4-9/+9
2015-08-30No more S_dannye4-9/+9
2015-08-30No more wram_constants.asmdannye1-2/+2
2015-08-30No more W_dannye76-942/+942
2015-08-30replaced hardcoded values in ItemUseMedicineYamaArashi1-22/+22
2015-08-30rename ItemUseBall labelsYamaArashi1-22/+17
2015-08-29use the new battle type constantsYamaArashi2-11/+11
2015-08-29commented pokeball functionYamaArashi2-96/+237
2015-08-29documented flags and misc. fixesYamaArashi8-40/+45
2015-08-14add border constant and clear up misnomerYamaArashi1-5/+5
2015-08-14named battle and learn move variablesYamaArashi4-35/+43
2015-08-13Named a test battle variableYamaArashi2-6/+6