summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-19Switch from Travis CI to GitHub ActionsRangi
2021-06-14Merge pull request #332 from SnorlaxMonster/roar-teleport-comment-fixDaniel Harding
Correct comments on SwitchAndTeleportEffect
2021-06-14Correct comments on SwitchAndTeleportEffectSnorlaxMonster
The comments in the SwitchAndTeleportEffect section incorrectly stated that the random number was generated in the half-open interval [0, playerLevel + enemyLevel), instead of the closed interval [0, playerLevel + enemyLevel].
2021-06-01Use more UNIONs for overlapping WRAM labelsRangi
2021-05-31Use a 30-byte UNION for some overlapping WRAM labelsRangi
2021-05-31Use more WRAM sectionsRangi
2021-05-31Merge pull request #325 from CelestialAmber/masterDaniel Harding
Partially document CeruleanCity.asm
2021-05-31Merge pull request #323 from KqesaR/masterDaniel Harding
Clean many labels of scripts of gyms
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi
2021-05-31Update CeruleanCity.asmAmber Brault
2021-05-31Start reformatting WRAM labelsRangi
wLabel:: ; comment ds N becomes ; comment wLabel:: ds N
2021-05-31Clean many labels of scripts of all gymsYoann Fievez
2021-05-31Merge pull request #324 from KqesaR/clean_label_wild_map_pointerDaniel Harding
Standardize names of wild maps entities
2021-05-31Reformat MoveBoulderDustFunctionPointerTableRangi
2021-05-31Change name wSeaRoutesWildMons to wWaterMons in WRAMYoann Fievez
2021-05-31Fix typo noting to nothing and align vertically commentsYoann Fievez
2021-05-31Simplify the tileset headersRangi
2021-05-31Merge pull request #322 from SatoMew/masterDaniel Harding
Identify the connections between Routes 22 and 23 as unused
2021-05-31Improve some RAM formattingRangi
2021-05-31Partially document CeruleanCity.asmAmber Brault
2021-05-30Eliminate unnecessary data macrosRangi
2021-05-23Add labels to unreferenced mart inventories and remove redundant commentsRangi
2021-05-23Use macros for bit arraysRangi
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