summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-23Fix end_nybble_arrayRangi
2021-05-23Use macros for packed arrays of nybblesRangi
2021-05-18Standardize names of wild maps entitiesYoann Fievez
Standardize the name of entities of maps for wild pokemon
2021-05-09Require rgbds 0.5.1Rangi
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-05-08Change terminology as per feedbackSatoMew
2021-05-08Identify the connections between Routes 22 and 23 as unusedSatoMew
2021-05-06Use BANK("Pics #") for Pokémon and trainer picsRangi
2021-05-01Merge pull request #321 from SatoMew/masterDaniel Harding
Identify the unused cry that was carried over to GSC
2021-05-01Restore extra line breaksSatoMew
2021-05-01Incorporate the suggested fixesSatoMew
2021-05-01Identify the unused cry that was carried over to GSCSatoMew
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
Fixes #319
2021-04-19Port 'add_tmnum' from pokecrystalRangi
2021-04-18Change how Travis CI builds on macOSRangi
Install an updated version of bison with brew, then build rgbds with make
2021-04-18Don't let brew auto-update everything, just install rgbdsRangi
2021-04-18Install rgbds with `brew` on macOS so Travis CI will passRangi
Building rgbds on macOS with `make` uses the system `bison`, which is an older version that doesn't support `-Wall`.
2021-04-18Fix a typoRangi
2021-04-18Explain how to use a local copy of rgbdsRangi
2021-04-17Prevent some gcc versions from complaining about {0} in tools/scan_includes.cRangi
2021-04-17Fix tools/unnamed.pyRangi
2021-04-17Actually use rgbds 0.5.0Rangi
2021-04-17Use rgbds 0.5.0 features:Rangi
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2021-04-13Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi
2021-04-13The 'def_trainers' macro checks that trainers' event flag bits are correct ↵Rangi
(#318)
2021-04-08Trim extra newlines from some filesRangi
2021-03-30Fix incorrect sfx iddannye
AUDIO_1 is loaded during trade animations, not AUDIO_2
2021-03-25Forgot to end_water_wildmonsRangi
2021-03-25Verify data table and name list sizes with assertion macrosRangi
Fixes #312
2021-03-21Remove unused _GREEN TitleMons dataRangi
2021-02-23Simplify the def_warps_to macroRangi
2021-02-21Clean up handling of extra effective status effectsdannye
2021-02-13Identify hUILayoutFlagsRangi
2021-02-13Remove .gitmodulesRangi
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi
2020-12-20Clarify signed magnitude in the growth_rate macroRangi
2020-12-09Update rgbdscheck.asmRangi
Hard-code the version string in the failure message so it won't be in hex
2020-12-09Require rgbds 0.4.2Rangi
2020-12-02Merge pull request #306 from SatoMew/masterDaniel Harding
Update tileset header comments
2020-12-02Clearer tileset header macro commentSatoMew
2020-12-01Fix outdated commentsSatoMew
2020-11-30Merge pull request #304 from SatoMew/masterDaniel Harding
Rename *TilesetType to *TileAnimations
2020-11-30Fix reference to unused_fanfare.asmSatoMew
2020-11-30And extend this principle to the filename as wellSatoMew
2020-11-30Be consistent with the unused and unreferenced terminologySatoMew
2020-11-30Rename the unreferenced fanfare's constantsSatoMew
2020-11-29Delete unnecessary commentSatoMew
2020-11-29Improve new constants and comment based on feedbackSatoMew
2020-11-29Update related tile animation constantsSatoMew
2020-11-29Identify what became GSC's Key Item fanfareSatoMew
2020-11-29Label and document hFFD7 more accuratelySatoMew