Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-10 | Merge pull request #177 from yenatch/rgbgfx | Daniel Harding | |
Use rgbgfx and c tools instead of the submodule. | |||
2018-03-10 | forgot to uncomment clean tools | yenatch | |
2018-03-10 | faster travis | yenatch | |
2018-03-10 | Python is no longer used to build. | yenatch | |
2018-03-10 | Use rgbgfx and c tools instead of the submodule. | yenatch | |
2018-02-05 | Merge pull request #171 from xCrystal/master | Daniel Harding | |
Misc style fixes | |||
2018-02-05 | Merge pull request #174 from Rangi42/master | Daniel Harding | |
Add warp, sign, and warp_to macros for data/mapObjects definitions; use base 10 numbers | |||
2018-01-29 | INCBIN don't start with tabs | Remy Oukaour | |
2018-01-29 | Block IDs use hex; zero connections use dec | Remy Oukaour | |
2018-01-29 | Use base 10 (note, the previous commit resolves #173) | Remy Oukaour | |
2018-01-29 | Add warp, sign, and warp_to macros for data/mapObjects definitions | Remy Oukaour | |
2017-12-31 | Add pokegold and pokefirered. | luckytyphlosion | |
2017-12-31 | Add pokegold and pokefirered. | luckytyphlosion | |
2017-12-30 | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | |
in instructions like add a, x | |||
2017-12-30 | Uppercase battle status constants | xCrystal | |
2017-12-02 | Replace hardcoded address offset | dannye | |
2017-10-29 | Catch a missed hide/show ID | dannye | |
2017-10-16 | Merge pull request #29 from zechs6437/master | Daniel Harding | |
call $3c29 -> call EnableAutoTextBoxDrawing | |||
2017-10-16 | call $3c29 -> call EnableAutoTextBoxDrawing | Zechs6437 | |
2017-09-30 | install: rgbds 0.3.3 | yenatch | |
2017-09-29 | Merge pull request #167 from Pokechu22/rgbds-0.3.3 | yenatch | |
Update for RGBDS 0.3.3 | |||
2017-09-29 | Update Travis configuration to use rgbds 0.3.3 | Pokechu22 | |
2017-09-29 | Rename linkerscript and sort sym file | Pokechu22 | |
2017-09-29 | Use unions rather than negative offsets | Pokechu22 | |
2017-09-29 | Rename linkerscript | dannye | |
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 |