Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-02 | Rewrite tools/free_space.awk | ISSOtm | |
- 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-02 | Replace free_space.awk with free_space.py | Rangi | |
2020-06-02 | Merge pull request #722 from entrpntr/fix-used-space | Rangi | |
Update used_space.py and mapreader.py tools for rgbds v0.4.0. | |||
2020-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde | |
2020-05-25 | Merge pull request #725 from FredrIQ/wd431 | Rangi | |
Add label for wd431 | |||
2020-05-26 | Add label for wd431 and remove misleading comment (it's not strictly mobile) | Fredrik Ljungdahl | |
2020-05-25 | Some uses of SCREEN_WIDTH and SCREEN_HEIGHT | Rangi | |
2020-05-25 | Group MoveDescriptions with PrintMoveDesc and rename that to ↵ | Rangi | |
PrintMoveDescription (like ItemDescriptions with PrintItemDescription) | |||
2020-05-24 | Update lzcomp | Rangi | |
2020-05-23 | Remove unused tools/md5.c | Rangi | |
2020-05-23 | Match LZ compressed files (#724) | aaaaaa123456789 | |
Replace lzcomp with new version and match all LZ compressed files | |||
2020-05-19 | Update used_space.py and mapreader.py tools for rgbds v0.4.0. | entrpntr | |
2020-05-19 | Add some comments to UpdateBGMap | Rangi | |
2020-05-18 | Update some routine labels, including unreferenced ones | Rangi | |
2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi | |
2020-05-16 | Format all CopyTilemapAtOnce variations the same way | Rangi | |
2020-05-10 | Update some comments | Rangi | |
2020-05-07 | Clean up some percentage values | Rangi | |
2020-05-06 | Merge pull request #717 from Rangi42/master | Rangi | |
Miscellaneous fixes | |||
2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi | |
2020-05-05 | Miscellaneous fixes | Rangi | |
Addresses the haircut brothers' probability comments in #709 | |||
2020-04-30 | Merge pull request #715 from Rangi42/master | mid-kid | |
Miscellaneous updates | |||
2020-04-30 | Miscellaneous updates | Rangi | |
- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`) - `$0` -> `PLAYER` (standard person ID) - Fix some whitespace formatting | |||
2020-04-23 | Merge pull request #714 from Rangi42/master | Rangi | |
Miscellaneous updates and corrections | |||
2020-04-23 | Add "unused" comments for stray audio/sfx.asm data | Rangi | |
2020-04-23 | Miscellaneous updates and corrections | Rangi | |
2020-04-18 | 'make tidy' removes rgbdscheck.o | Rangi | |
2020-04-18 | Merge pull request #713 from Rangi42/master | Rangi | |
Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | |||
2020-04-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi | |
2020-04-17 | fix ~~type~~ typo | mid-kid | |
2020-04-17 | Merge pull request #712 from Rangi42/master | mid-kid | |
Miscellaneous fixes | |||
2020-04-17 | Rename pokecrystal.link to layout.link | Rangi | |
This is independent of the project name, and clearly applies to pokecrystal11, pokecrystal-au, etc. | |||
2020-04-17 | Use a separate build object to check the rgbds version | Rangi | |
rgbdscheck.o is built without passing potentially non-backwards-compatible flags to rgbasm. Resolves #710. | |||
2020-04-17 | More miscellaneous fixes (see #709) | Rangi | |
2020-04-16 | Merge pull request #711 from Rangi42/master | Rangi | |
Fix #709 miscellaneous issues | |||
2020-04-16 | Fix #709 miscellaneous issues | Rangi | |
2020-04-08 | lemme just fuckin uhhhhhhhhhhhhhhhhhhhh | mid-kid | |
use stable rgbds or smth | |||
2020-04-08 | Merge pull request #708 from Rangi42/master | Rangi | |
Remove unused nonmatching files for electro_ball.png and sgb_border.bin | |||
2020-04-08 | Remove unused nonmatching files for electro_ball.png and sgb_border.bin | Rangi | |
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-06 | Merge pull request #707 from Rangi42/master | mid-kid | |
Update the header structure | |||
2020-04-06 | Ensure that the cartridge header is patched over all $00s, and comment on ↵ | Rangi | |
the entry point format | |||
2020-04-06 | hStackBank -> hTempBank | Rangi | |
2020-04-06 | hBuffer -> hStackBank and hFarByte | Rangi | |
2020-04-06 | Merge pull request #705 from Rangi42/master | Rangi | |
Upgrade to rgbds 0.4.0, and do miscellaneous fixes | |||
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi | |
2020-04-06 | Bump tools/unnamed.py to RGBDS object version 13 | mid-kid | |
2020-04-04 | Add an FAQ about sharing code | Rangi | |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-04-04 | Miscellaneous fixes: | Rangi | |
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels | |||
2020-04-04 | Move, comment, and simplify some macro definitions | Rangi | |