Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-29 | Merge pull request #27 from Pokechu22/rgbds-0.3.3 | Daniel Harding | |
Update code for rgbds 0.3.3 | |||
2017-09-26 | Change stack positioning to not use a negative offset | Pokechu22 | |
The stack size also is smaller because wBGPPalsBuffer cut into it. This seems wrong, but I don't know how to do it correctly. | |||
2017-09-26 | Use unions instead of negative ds | Pokechu22 | |
2017-09-26 | Add a linkerscript | Pokechu22 | |
2017-09-26 | Merge pull request #26 from Pokechu22/mnemonic-warnings | Daniel Harding | |
Fix warnings about deprecated mnemonics on newer builds of rgbds | |||
2017-09-25 | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | |
2017-09-04 | Add Gen 3 disassemblies. | luckytyphlosion | |
2017-09-04 | Add Gen 3 disassemblies. | luckytyphlosion | |
2017-09-04 | Add other disassembly links. | luckytyphlosion | |
2017-09-04 | Add other disassembly links. | luckytyphlosion | |
2017-09-04 | Add Discord link. | luckytyphlosion | |
2017-09-04 | Add Discord link. | luckytyphlosion | |
2017-08-01 | Merge pull request #162 from Helios-vmg/text-corrections | yenatch | |
Replaced $xx in text .asm files with "<xxx>" for consistency | |||
2017-07-30 | Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and ↵ | Víctor M. González | |
"<USER>" respectively. | |||
2017-06-24 | Fix typos in comments | dannye | |
2017-06-09 | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | |
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> | |||
2017-06-09 | Update Travis configuration to use rgbds 0.3.1 | Antonio Niño Díaz | |
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com> | |||
2017-06-09 | Add linkerscript | Antonio Niño Díaz | |
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com> | |||
2017-05-08 | Typo: SFX_POKEFLUE → SFX_POKEFLUTE | dannye | |
2017-05-01 | Fix the Stack section. | yenatch | |
Negative section sizes are no longer allowed as of rgbds 0.3.0. | |||
2017-05-01 | Update the rgbds links. v0.2.5 is the last working version. | yenatch | |
2017-04-24 | Merge commit '52adb84' | yenatch | |
Revert "Fix floating sections" This reverts commit cec6e6e. | |||
2017-04-19 | INSTALL.md: add a note about different cygwin install paths | Sanqui | |
Fixes #149. | |||
2017-04-03 | Merge pull request #152 from strager/strager-fix-oaks-lab | YamaArashi | |
Remove duplicate OaksLabText labels | |||
2017-04-03 | Merge pull request #153 from strager/strager-fix-wrong-variable | YamaArashi | |
Use correct variable in EngageMapTrainer | |||
2017-04-02 | Remove duplicate OaksLabText labels | Matthew Glazar | |
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. | |||
2017-04-02 | Use correct variable in EngageMapTrainer | Matthew Glazar | |
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. | |||
2017-03-21 | Merge branch 'joefarebrother-label-naming' | Sanqui | |
2017-03-21 | Merge branch 'label-naming' of https://github.com/joefarebrother/pokered ↵ | Sanqui | |
into joefarebrother-label-naming | |||
2017-03-21 | Merge pull request #148 from Sanqui/ci | Sanqui | |
Add Travis continuous integration | |||
2017-03-21 | Revert "Fix floating sections" | AntonioND | |
This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||
2017-03-20 | Update Travis script to use `make compare` and rgbds v0.2.5 | Sanqui | |
2017-03-20 | Merge branch 'ci' of https://github.com/PoCs/pokered into ci | Sanqui | |
2017-03-19 | Gave names to the functions and labels and adresses used in DivideBCD | Joe Farebrother | |
and added a few comments | |||
2017-03-19 | Gave the labels in _MoveMon more descriptive names and added a few comments | Joe Farebrother | |
2017-03-16 | Merge pull request #145 from ISSOtm/patch-1 | Sanqui | |
Fix typo in address. | |||
2017-03-16 | Fix typo in address | Panda Habert | |
2017-03-15 | Merge pull request #144 from AntonioND/an/fix-floating | Sanqui | |
Fix floating sections | |||
2017-03-14 | Fix floating sections | AntonioND | |
This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||
2017-01-20 | Fix typos | dannye | |
2017-01-20 | Fixed typo | Null Dev | |
2017-01-19 | Fixed typo | Null Dev | |
2017-01-16 | fix incorrect comment | YamaArashi | |
2017-01-07 | use actual predef label | YamaArashi | |
2016-12-31 | use text constants in poison.asm | YamaArashi | |
2016-12-31 | split code out of main.asm | YamaArashi | |
2016-12-03 | actually fixed e40cc | MightyBirdy | |
2016-11-29 | Fixing another Pikachu graphic | MightyBirdy | |
2016-11-02 | use hardware constants in pic.asm | YamaArashi | |
2016-10-29 | use more HRAM constants | YamaArashi | |