Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-14 | make DEBUG=1 logs all symbols in the .map and .sym files | Rangi | |
2020-06-14 | wWildMonPP is 4 bytes, not one byte. | Caverns4 | |
The comments after were labeled with inaccurate address until NEXTU. | |||
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2020-06-11 | Remove redundant tile graphics file, reuse others | Rangi | |
2020-06-11 | Merge pull request #729 from Rangi42/master | Rangi | |
Treat std scripts like specials and predefs | |||
2020-06-10 | Define pokeanim setup commands like std scripts, predefs, and specials | Rangi | |
No need for a macro workaround in rgbds 0.4.0 | |||
2020-06-10 | predef_id -> lda_predef, for consistency with lda_coord and map_id | Rangi | |
2020-06-10 | Remove address-related comment | Rangi | |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi | |
2020-06-07 | Remove a \ from the end of a comment line | Rangi | |
2020-06-07 | wPhoneList, like wItems et al, has a terminating 0 (see ↵ | Rangi | |
PokegearPhone_DeletePhoneNumber); also fix a comment | |||
2020-06-03 | Merge pull request #728 from Rangi42/master | Rangi | |
Add tools/free_space.py | |||
2020-06-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2020-06-03 | Merge pull request #727 from ISSOtm/free_space | Rangi | |
Rewrite tools/free_space.awk | |||
2020-06-03 | Separate UnusedBattleObjectPals from PartyMenuOBPals | Rangi | |
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 |