summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-31Add comment explaining the purpose of TrainerNamePointers (#352)HEADmasterSatoMew
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth
2022-03-17Refactor pkmncompress.c to use common.hRangi
Fixes #349
2022-03-15Use noreturn for usage_exitRangi
2022-03-15Use -flto for all toolsRangi
2022-03-08Slightly refactor some C toolsRangi
2022-03-04Gen 1's Minimize graphic was not a complete 8x8 tileRangi
2021-12-09Fix incorrect comment about money received after battle (#346)stringflow
* fix incorrect comment about money received after battle * fix incorrect comment in wram.asm
2021-11-23Use ~X instead of $ff ^ XRangi
2021-11-23Use compound assignment operatorsRangi
2021-11-23Require rgbds 0.5.2Rangi
2021-11-06Use `dn` for wave instrument samples, like pokecrystalRangi
2021-11-05Add some constants for options (#344)Yoann Fievez
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-11-05Refactorize check button pressed (#340)Yoann Fievez
2021-11-04Update 'make compare' for no pret repo and add 'make' for fork (#339)Yoann Fievez
2021-11-03Comment on the CooltrainerFAI bugRangi
Fixes #308
2021-11-02Merge branch 'master' of https://github.com/pret/pokeredRangi
2021-11-02Identify some percentage constant valuesRangi
2021-10-08Kill Freenode.IIMarckus
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