aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use rgbgfx and c tools instead of the submodule.yenatch2018-03-102-7/+7
| |
| * Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-3036-4666/+4666
| | | | | | | | in instructions like add a, x
| * Uppercase battle status constantsxCrystal2017-12-3013-138/+138
| |
| * Replace hardcoded address offsetdannye2017-12-021-1/+1
| |
| * 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
| |/
* | Add constants for player and rival startersRangi2020-11-136-13/+13
| |
* | Fix typodannye2020-11-071-1/+1
| |
* | Use more joypad constantsdannye2020-11-071-7/+7
| |
* | Add label for unknown debug bytedannye2020-11-071-1/+1
| |
* | Finish debug yellowdannye2020-11-071-0/+1646
| |
* | More debug yellowdannye2020-11-077-50/+77
| | | | | | | | only debug menu left
* | Start disassembling debug yellowdannye2020-11-062-0/+143
| | | | | | | | non matching
* | Identify wSpriteStateData[12] offset usesRangi2020-11-061-4/+4
| |
* | Define OAM_HIGH_PALS for %100 in OAM attributesRangi2020-11-064-15/+15
| |
* | Sync more with pokeredRangi2020-11-062-9/+9
| |
* | Sync more with pokeredRangi2020-11-0514-62/+66
| |
* | Remove trailing whitespaceRangi2020-11-057-12/+12
| |
* | Sync more with pokeredRangi2020-11-0510-59/+25
| |
* | Remove unused RG/RB graphicsRangi2020-11-051-1/+1
| |
* | Organize home and macro codeRangi2020-11-0511-26/+26
| |
* | Start reorganizing pokeyellowRangi2020-11-0442-900/+742
| |
* | Sync with pokereddannye2020-11-04211-10274/+8377
| |
* | Merge pull request #55 from Deokishisu/patch-1Rangi2020-10-041-2/+2
|\ \ | | | | | | Label Unknown Entries in HappinessChangeTable
| * | Label Unknown Entries in HappinessChangeTableDeokishisu2020-09-171-2/+2
| | | | | | | | | The two unknown entries in the HappinessChangeTable for Pikachu appear to be when the starter Pikachu faints to an opponent Pokemon 30 levels higher (PIKAHAPPY_CARELESSTRAINER) and when the starter Pikachu is traded away (PIKAHAPPY_TRADE). I have labelled them in the comments like the other fields.
* | | Add constant for ghost Marowak like pokeredSatoMew2020-09-274-4/+4
|/ /