summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-02Rewrite tools/free_space.awkISSOtm
- Add parameter to allow printing information per bank - Fix bug where RAM sections would be deducted from free ROM space - Make input format more lenient (case-insensitivity, lax spacing) - Marked gawk requirement (`strtonum` extension) in shebang line
2020-06-02Replace free_space.awk with free_space.pyRangi
2020-06-02Merge pull request #722 from entrpntr/fix-used-spaceRangi
Update used_space.py and mapreader.py tools for rgbds v0.4.0.
2020-05-29Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)Lhivorde
2020-05-25Merge pull request #725 from FredrIQ/wd431Rangi
Add label for wd431
2020-05-26Add label for wd431 and remove misleading comment (it's not strictly mobile)Fredrik Ljungdahl
2020-05-25Some uses of SCREEN_WIDTH and SCREEN_HEIGHTRangi
2020-05-25Group MoveDescriptions with PrintMoveDesc and rename that to ↵Rangi
PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
2020-05-24Update lzcompRangi
2020-05-23Remove unused tools/md5.cRangi
2020-05-23Match LZ compressed files (#724)aaaaaa123456789
Replace lzcomp with new version and match all LZ compressed files
2020-05-19Update used_space.py and mapreader.py tools for rgbds v0.4.0.entrpntr
2020-05-19Add some comments to UpdateBGMapRangi
2020-05-18Update some routine labels, including unreferenced onesRangi
2020-05-17Miscellaneous cleanup noted in #709Rangi
2020-05-16Format all CopyTilemapAtOnce variations the same wayRangi
2020-05-10Update some commentsRangi
2020-05-07Clean up some percentage valuesRangi
2020-05-06Merge pull request #717 from Rangi42/masterRangi
Miscellaneous fixes
2020-05-06Use a FIRST_UNOWN_CHAR constant for the Unown fontRangi
2020-05-05Miscellaneous fixesRangi
Addresses the haircut brothers' probability comments in #709
2020-04-30Merge pull request #715 from Rangi42/mastermid-kid
Miscellaneous updates
2020-04-30Miscellaneous updatesRangi
- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`) - `$0` -> `PLAYER` (standard person ID) - Fix some whitespace formatting
2020-04-23Merge pull request #714 from Rangi42/masterRangi
Miscellaneous updates and corrections
2020-04-23Add "unused" comments for stray audio/sfx.asm dataRangi
2020-04-23Miscellaneous updates and correctionsRangi
2020-04-18'make tidy' removes rgbdscheck.oRangi
2020-04-18Merge pull request #713 from Rangi42/masterRangi
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-17fix ~~type~~ typomid-kid
2020-04-17Merge pull request #712 from Rangi42/mastermid-kid
Miscellaneous fixes
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-17Use a separate build object to check the rgbds versionRangi
rgbdscheck.o is built without passing potentially non-backwards-compatible flags to rgbasm. Resolves #710.
2020-04-17More miscellaneous fixes (see #709)Rangi
2020-04-16Merge pull request #711 from Rangi42/masterRangi
Fix #709 miscellaneous issues
2020-04-16Fix #709 miscellaneous issuesRangi
2020-04-08lemme just fuckin uhhhhhhhhhhhhhhhhhhhhmid-kid
use stable rgbds or smth
2020-04-08Merge pull request #708 from Rangi42/masterRangi
Remove unused nonmatching files for electro_ball.png and sgb_border.bin
2020-04-08Remove unused nonmatching files for electro_ball.png and sgb_border.binRangi
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility.
2020-04-06Merge pull request #707 from Rangi42/mastermid-kid
Update the header structure
2020-04-06Ensure that the cartridge header is patched over all $00s, and comment on ↵Rangi
the entry point format
2020-04-06hStackBank -> hTempBankRangi
2020-04-06hBuffer -> hStackBank and hFarByteRangi
2020-04-06Merge pull request #705 from Rangi42/masterRangi
Upgrade to rgbds 0.4.0, and do miscellaneous fixes
2020-04-06Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)Rangi
2020-04-06Bump tools/unnamed.py to RGBDS object version 13mid-kid
2020-04-04Add an FAQ about sharing codeRangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-04-04Miscellaneous fixes:Rangi
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels
2020-04-04Move, comment, and simplify some macro definitionsRangi