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