aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Catch a missed hide/show IDdannye2017-10-291-1/+1
|
* Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-2913-19/+19
|\ | | | | Update for RGBDS 0.3.3
| * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-0913-19/+19
| | | | | | | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
* | Fix typos in commentsdannye2017-06-2415-33/+33
|/
* Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye2017-05-081-2/+2
|
* Gave names to the functions and labels and adresses used in DivideBCDJoe Farebrother2017-03-191-72/+74
| | | | and added a few comments
* Gave the labels in _MoveMon more descriptive names and added a few commentsJoe Farebrother2017-03-191-37/+41
|
* fix incorrect commentYamaArashi2017-01-161-1/+1
|
* use actual predef labelYamaArashi2017-01-071-1/+1
|
* use text constants in poison.asmYamaArashi2016-12-311-2/+2
|
* split code out of main.asmYamaArashi2016-12-3120-1/+2650
|
* use more HRAM constantsYamaArashi2016-10-293-7/+7
|
* correct mistaken commentsYamaArashi2016-10-291-2/+2
|
* link battle action constantsYamaArashi2016-10-291-15/+15
|
* correct comments about teleport effectYamaArashi2016-10-161-3/+2
|
* split bank 1 into filesYamaArashi2016-09-1711-0/+1471
|
* pull some bank 1 code out of main.asmYamaArashi2016-09-176-0/+479
|
* Replace unnecessary tabs with spacesdannye2016-07-272-9/+9
|
* Redo audio header macrodannye2016-07-276-10/+10
|
* A few missed hardcoded decimal pointsdannye2016-07-183-5/+5
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-1846-383/+417
|\
| * sync textYamaArashi2016-06-122-3/+2
| |
| * sync tileset WRAM labelsYamaArashi2016-06-123-8/+8
| |
| * more syncing with pokeyellowYamaArashi2016-06-122-29/+29
| |
| * sync engine code with pokeyellowYamaArashi2016-06-1244-345/+380
| |
* | Clean up text commandsdannye2016-07-1829-67/+79
|/
* Remove the last address commentsdannye2016-06-1212-32/+30
| | | | | except for wram.asm and sram.asm also delete unused yellow file
* Remove some leftover address commentsdannye2016-06-128-10/+10
|
* remove address commentsYamaArashi2016-06-11126-1847/+1847
|
* Implement handy text macros from yellowpikalaxalt2016-06-092-2/+2
|
* dbw door tilespikalaxalt2016-05-221-26/+13
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-05-137-50/+6
|\
| * Clean up more Yellow ifdefs.IIMarckus2016-03-226-38/+0
| |
| * Remove hardcoded length values in items.asmMarcus Huderle2016-02-211-2/+2
| |
| * Remove hardcoded values for CopyData in battle core.Marcus Huderle2016-02-201-4/+4
| |
* | Split default names strings into separate lines to make it less unpleasant ↵pikalaxalt2016-05-131-6/+24
| | | | | | | | to read
* | Macrofy sprite status data in WRA0PikalaxALT2016-01-291-3/+3
|/
* Fix logically incorrect labeldannye2016-01-271-2/+3
|
* fix typoesYamaArashi2016-01-091-9/+9
|
* Fix a typoPikalaxALT2016-01-051-3/+3
|
* Fix game time labelsPikalaxALT2016-01-038-18/+18
|
* Fewer underscores in constantsdannye2015-12-144-9/+9
|
* No more S_dannye2015-08-304-9/+9
|
* No more wram_constants.asmdannye2015-08-301-2/+2
| | | | unfortunately, this means manually declaring the wEnemyMon1 party struct
* No more W_dannye2015-08-3076-942/+942
|
* replaced hardcoded values in ItemUseMedicineYamaArashi2015-08-301-22/+22
|
* rename ItemUseBall labelsYamaArashi2015-08-301-22/+17
|
* use the new battle type constantsYamaArashi2015-08-292-11/+11
|
* commented pokeball functionYamaArashi2015-08-292-96/+237
|
* documented flags and misc. fixesYamaArashi2015-08-298-40/+45
|