aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Catch a missed hide/show IDdannye2017-10-291-1/+1
|
* install: rgbds 0.3.3yenatch2017-09-301-13/+13
|
* Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-2921-38/+219
|\ | | | | Update for RGBDS 0.3.3
| * Update Travis configuration to use rgbds 0.3.3Pokechu222017-09-291-2/+2
| |
| * Rename linkerscript and sort sym filePokechu222017-09-292-1/+2
| |
| * Use unions rather than negative offsetsPokechu222017-09-291-1/+5
| |
| * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-0917-30/+30
| | | | | | | | | | | | | | 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>
| * Update Travis configuration to use rgbds 0.3.1Antonio Niño Díaz2017-06-091-6/+6
| | | | | | | | Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
| * Add linkerscriptAntonio Niño Díaz2017-06-092-1/+177
| | | | | | | | Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
* | Add Gen 3 disassemblies.luckytyphlosion2017-09-041-0/+4
| |
* | Add other disassembly links.luckytyphlosion2017-09-041-1/+7
| |
* | Add Discord link.luckytyphlosion2017-09-041-0/+2
| |
* | Merge pull request #162 from Helios-vmg/text-correctionsyenatch2017-08-0152-107/+107
|\ \ | | | | | | Replaced $xx in text .asm files with "<xxx>" for consistency
| * | Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and ↵Víctor M. González2017-07-3052-107/+107
|/ / | | | | | | "<USER>" respectively.
* / Fix typos in commentsdannye2017-06-2423-49/+49
|/
* Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye2017-05-082-3/+3
|
* Fix the Stack section.yenatch2017-05-011-2/+2
| | | | Negative section sizes are no longer allowed as of rgbds 0.3.0.
* Update the rgbds links. v0.2.5 is the last working version.yenatch2017-05-011-4/+6
|
* Merge commit '52adb84'yenatch2017-04-246-72/+72
|\ | | | | | | | | | | Revert "Fix floating sections" This reverts commit cec6e6e.
| * Revert "Fix floating sections"AntonioND2017-03-216-72/+72
| | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* | INSTALL.md: add a note about different cygwin install pathsSanqui2017-04-191-1/+1
| | | | | | | | Fixes #149.
* | Merge pull request #152 from strager/strager-fix-oaks-labYamaArashi2017-04-031-22/+14
|\ \ | | | | | | Remove duplicate OaksLabText labels
| * | Remove duplicate OaksLabText labelsMatthew Glazar2017-04-021-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For unknown reasons, the text pointer list for Oak's Lab is duplicated. This is currently implemented by treating the two text pointer lists as one large list. This leads to duplicate labels and some confusing logic. Refactor the code to treat the two text pointer lists separately. This lets us remove several labels. It also makes the code which sets the text pointer list self-documenting.
* | | Merge pull request #153 from strager/strager-fix-wrong-variableYamaArashi2017-04-031-1/+1
|\ \ \ | |/ / |/| | Use correct variable in EngageMapTrainer
| * | Use correct variable in EngageMapTrainerMatthew Glazar2017-04-021-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | EngageMapTrainer should write to wEngagedTrainerClass and wEngagedTrainerSet, not wEngagedTrainerClass and wEnemyMonAttackMod. wEnemyMonAttackMod doesn't make any sense in this context. Use the correct variable. These two variables happen to have the same address, so there is no functional difference between using wEnemyMonAttackMod versus using wEngagedTrainerSet.
* | Merge branch 'joefarebrother-label-naming'Sanqui2017-03-213-109/+116
|\ \
| * | Merge branch 'label-naming' of https://github.com/joefarebrother/pokered ↵Sanqui2017-03-213-109/+116
|/| | | | | | | | | | | into joefarebrother-label-naming
| * | Gave names to the functions and labels and adresses used in DivideBCDJoe Farebrother2017-03-192-72/+75
| | | | | | | | | | | | and added a few comments
| * | Gave the labels in _MoveMon more descriptive names and added a few commentsJoe Farebrother2017-03-191-37/+41
| |/
* | Merge pull request #148 from Sanqui/ciSanqui2017-03-211-0/+24
|\ \ | |/ |/| Add Travis continuous integration
| * Update Travis script to use `make compare` and rgbds v0.2.5Sanqui2017-03-201-15/+13
| |
| * Merge branch 'ci' of https://github.com/PoCs/pokered into ciSanqui2017-03-201-0/+26
|/|
| * Enable continuous integrationMathias Bynens2016-08-111-0/+26
| |
* | Merge pull request #145 from ISSOtm/patch-1Sanqui2017-03-161-1/+1
|\ \ | | | | | | Fix typo in address.
| * | Fix typo in addressPanda Habert2017-03-161-1/+1
|/ /
* | Merge pull request #144 from AntonioND/an/fix-floatingSanqui2017-03-156-72/+72
|\ \ | | | | | | Fix floating sections
| * | Fix floating sectionsAntonioND2017-03-146-72/+72
|/ / | | | | | | | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
* | Fix typosdannye2017-01-201-2/+2
| |
* | 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-3122-2674/+2670
| |
* | use hardware constants in pic.asmYamaArashi2016-11-021-3/+3
| |
* | use more HRAM constantsYamaArashi2016-10-294-11/+11
| |
* | correct mistaken commentsYamaArashi2016-10-292-3/+3
| |
* | link battle action constantsYamaArashi2016-10-292-15/+19
| |
* | correct comments about teleport effectYamaArashi2016-10-161-3/+2
| |
* | split bank 1 into filesYamaArashi2016-09-1712-1475/+1482
| |
* | pull some bank 1 code out of main.asmYamaArashi2016-09-178-505/+504
| |
* | name text destination pointer variableYamaArashi2016-09-112-10/+9
| |