| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Use rgbgfx and c tools instead of the submodule. | yenatch | 2018-03-10 | 2 | -7/+7 | |
| | | | ||||||
| | * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 36 | -4666/+4666 | |
| | | | | | | | | | in instructions like add a, x | |||||
| | * | Uppercase battle status constants | xCrystal | 2017-12-30 | 13 | -138/+138 | |
| | | | ||||||
| | * | Replace hardcoded address offset | dannye | 2017-12-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | Catch a missed hide/show ID | dannye | 2017-10-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge pull request #167 from Pokechu22/rgbds-0.3.3 | yenatch | 2017-09-29 | 13 | -19/+19 | |
| | |\ | | | | | | | Update for RGBDS 0.3.3 | |||||
| | | * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 13 | -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 comments | dannye | 2017-06-24 | 15 | -33/+33 | |
| | |/ | ||||||
| | * | Typo: SFX_POKEFLUE → SFX_POKEFLUTE | dannye | 2017-05-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | Gave names to the functions and labels and adresses used in DivideBCD | Joe Farebrother | 2017-03-19 | 1 | -72/+74 | |
| | | | | | | | | | and added a few comments | |||||
| | * | Gave the labels in _MoveMon more descriptive names and added a few comments | Joe Farebrother | 2017-03-19 | 1 | -37/+41 | |
| | | | ||||||
| | * | fix incorrect comment | YamaArashi | 2017-01-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | use actual predef label | YamaArashi | 2017-01-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | use text constants in poison.asm | YamaArashi | 2016-12-31 | 1 | -2/+2 | |
| | | | ||||||
| | * | split code out of main.asm | YamaArashi | 2016-12-31 | 20 | -1/+2650 | |
| | | | ||||||
| | * | use more HRAM constants | YamaArashi | 2016-10-29 | 3 | -7/+7 | |
| | | | ||||||
| | * | correct mistaken comments | YamaArashi | 2016-10-29 | 1 | -2/+2 | |
| | | | ||||||
| | * | link battle action constants | YamaArashi | 2016-10-29 | 1 | -15/+15 | |
| | | | ||||||
| | * | correct comments about teleport effect | YamaArashi | 2016-10-16 | 1 | -3/+2 | |
| | | | ||||||
| | * | split bank 1 into files | YamaArashi | 2016-09-17 | 11 | -0/+1471 | |
| | | | ||||||
| | * | pull some bank 1 code out of main.asm | YamaArashi | 2016-09-17 | 6 | -0/+479 | |
| | | | ||||||
| | * | Replace unnecessary tabs with spaces | dannye | 2016-07-27 | 2 | -9/+9 | |
| | | | ||||||
| | * | Redo audio header macro | dannye | 2016-07-27 | 6 | -10/+10 | |
| | | | ||||||
| | * | A few missed hardcoded decimal points | dannye | 2016-07-18 | 3 | -5/+5 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2016-07-18 | 46 | -383/+417 | |
| | |\ | ||||||
| | | * | sync text | YamaArashi | 2016-06-12 | 2 | -3/+2 | |
| | | | | ||||||
| | | * | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 3 | -8/+8 | |
| | | | | ||||||
| | | * | more syncing with pokeyellow | YamaArashi | 2016-06-12 | 2 | -29/+29 | |
| | | | | ||||||
| | | * | sync engine code with pokeyellow | YamaArashi | 2016-06-12 | 44 | -345/+380 | |
| | | | | ||||||
| | * | | Clean up text commands | dannye | 2016-07-18 | 29 | -67/+79 | |
| | |/ | ||||||
| * | | Add constants for player and rival starters | Rangi | 2020-11-13 | 6 | -13/+13 | |
| | | | ||||||
| * | | Fix typo | dannye | 2020-11-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use more joypad constants | dannye | 2020-11-07 | 1 | -7/+7 | |
| | | | ||||||
| * | | Add label for unknown debug byte | dannye | 2020-11-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Finish debug yellow | dannye | 2020-11-07 | 1 | -0/+1646 | |
| | | | ||||||
| * | | More debug yellow | dannye | 2020-11-07 | 7 | -50/+77 | |
| | | | | | | | | | only debug menu left | |||||
| * | | Start disassembling debug yellow | dannye | 2020-11-06 | 2 | -0/+143 | |
| | | | | | | | | | non matching | |||||
| * | | Identify wSpriteStateData[12] offset uses | Rangi | 2020-11-06 | 1 | -4/+4 | |
| | | | ||||||
| * | | Define OAM_HIGH_PALS for %100 in OAM attributes | Rangi | 2020-11-06 | 4 | -15/+15 | |
| | | | ||||||
| * | | Sync more with pokered | Rangi | 2020-11-06 | 2 | -9/+9 | |
| | | | ||||||
| * | | Sync more with pokered | Rangi | 2020-11-05 | 14 | -62/+66 | |
| | | | ||||||
| * | | Remove trailing whitespace | Rangi | 2020-11-05 | 7 | -12/+12 | |
| | | | ||||||
| * | | Sync more with pokered | Rangi | 2020-11-05 | 10 | -59/+25 | |
| | | | ||||||
| * | | Remove unused RG/RB graphics | Rangi | 2020-11-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Organize home and macro code | Rangi | 2020-11-05 | 11 | -26/+26 | |
| | | | ||||||
| * | | Start reorganizing pokeyellow | Rangi | 2020-11-04 | 42 | -900/+742 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-11-04 | 211 | -10274/+8377 | |
| | | | ||||||
| * | | Merge pull request #55 from Deokishisu/patch-1 | Rangi | 2020-10-04 | 1 | -2/+2 | |
| |\ \ | | | | | | | Label Unknown Entries in HappinessChangeTable | |||||
| | * | | Label Unknown Entries in HappinessChangeTable | Deokishisu | 2020-09-17 | 1 | -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 pokered | SatoMew | 2020-09-27 | 4 | -4/+4 | |
| |/ / | ||||||
