summaryrefslogtreecommitdiff
path: root/FAQ.md
AgeCommit message (Collapse)Author
2021-11-23Require rgbds 0.5.2Rangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-19Use rgbds 0.5.0Rangi
2020-12-09Require rgbds 0.4.2Rangi
This allows [\1] to work when \1 is hl, bc, or de The object file format has changed along with the version number
2020-12-08grey -> grayRangi
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-07-21Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi
2020-07-13Port pokegold's method of defining rgblink arguments per ROMRangi
2020-04-17Rename pokecrystal.link to layout.linkRangi
This is independent of the project name, and clearly applies to pokecrystal11, pokecrystal-au, etc.
2020-04-06Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)Rangi
2020-04-04Add an FAQ about sharing codeRangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
2019-11-19Remove old charmap sectionsmid-kid
2019-04-14Explain pokecrystal-au.gbc in FAQRangi
2019-03-10Mention another common error message from not updating rgbdsRangi
2019-03-10Link to GitHub Pages documentation, not directly to docs/*.md filesRangi
The Pages links are potentially more useful since they can include the Pages infrastructure (sidebar, footer, theming, etc)
2019-03-03Correct commentsRangi
2019-02-17Update documentation:Rangi
- Apply more edits from #595 - Move music ID behavior from the wiki to docs - Move assembly programming links from docs to the wiki - Describe why the TM item gaps exist
2019-02-16Update to rgbds 0.3.8Rangi
2018-09-01Clarify about rgbds 0.3.7 compatibilityRangi
2018-09-01Revise documentationRangi
All the INSTALL.md sections have similar structure
2018-09-02Update documentationmid-kid
Added windows 10 (WSL) installation instructions and expanded linux instructions. Clarified things in FAQ.md.
2018-07-15Fix link anchorRangi
2018-07-15Update FAQRangi
2018-01-30Don't repeat a subheadingRangi
2018-01-24Awkward wordingRangi
2018-01-23Fix formattingRangi
2018-01-23New usernameRangi
2018-01-09CRYSTAL11 → _CRYSTAL11Remy Oukaour
2017-12-24fix markdown reference linksyenatch
2017-12-24Correct linkRemy Oukaour
2017-12-24Start documentation for assembly languageRemy Oukaour
Note: Resolved #340, #381, and #393 previously.
2017-12-14Split items/ and trainers/ into their data/ and engine/ componentsRemy Oukaour
Move some data into a pokemon/ subdirectory
2017-12-12Add an FAQ, and ive a bit more detail in Windows install instructionsRemy Oukaour