summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-02Identify some percentage constant valuesRangi
2021-10-05`warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi
2021-10-05Clean up some redundant or unusual event commentsRangi
2021-09-26Align `object_event` coordinatesRangi
Fixes #336
2021-09-26Fix typos (#334)Amber Brault
2021-09-26Unify map event gen1 gen2 (#335)Yoann Fievez
* Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
2021-09-08`ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0`Rangi
2021-08-28wcf4b -> wStringBufferRangi
2021-07-31Remove old tile animation comments (#333)SatoMew
They stopped being accurate after #304 and aren't really necessary.
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