summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-05-23Add labels to unreferenced mart inventories and remove redundant commentsRangi
2021-05-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-05-23Use macros for bit arraysRangi
2021-05-23Fix end_nybble_arrayRangi
2021-05-23Fix end_nybble_arrayRangi
2021-05-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-05-23Use macros for packed arrays of nybblesRangi
2021-05-09Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-05-09Require rgbds 0.5.1Rangi
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-05-06Use BANK("Pics #") for Pokémon and trainer picsRangi
2021-05-01Merge pull request #67 from SatoMew/masterDaniel Harding
Identify the unused cry that was carried over to GSC
2021-05-02Identify the unused cry that was carried over to GSCSatoMew
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-30Merge branch 'master' of https://github.com/pret/pokereddannye
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
Fixes #319
2021-04-20pokered -> pokeyellowRangi
2021-04-19Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-04-19Port 'add_tmnum' from pokecrystalRangi
2021-04-18Change how Travis CI builds on macOSRangi
Building rgbds requires bison, and macOS's built-in version is old and doesn't support `-Wall`.
2021-04-18Change how Travis CI builds on macOSRangi
Install an updated version of bison with brew, then build rgbds with make
2021-04-18Use pokecrystal's sine_table macroRangi
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-18Explain how to use a local copy of rgbdsRangi
2021-04-17Merge branch 'master' of https://github.com/pret/pokereddannye
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-13Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-04-13Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi
2021-04-13Merge branch 'master' of https://github.com/pret/pokereddannye
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-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-25Fix Route20 wild mons tablesdannye
2021-03-25Forgot to end_water_wildmonsRangi
2021-03-25Merge branch 'master' of https://github.com/pret/pokereddannye
2021-03-25Verify data table and name list sizes with assertion macrosRangi
Fixes #312
2021-03-21Remove unused _GREEN TitleMons dataRangi
2021-02-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-02-23Simplify the def_warps_to macroRangi
2021-02-21Merge branch 'master' of https://github.com/pret/pokereddannye