summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-08Add comment explaining the purpose of TrainerNamePointersHEADmasterRangi
2022-04-08Identify local labels for OptionsMenu_TextSpeed (#76)Alberto Leal
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth
2022-03-17Refactor pkmncompress.c to use common.hRangi
2022-03-15Use noreturn for usage_exitRangi
2022-03-15Use -flto for all toolsRangi
2022-03-14Rewrite tools/pcm.c to use common.hRangi
Fixes #78
2022-03-08Slightly refactor some C toolsRangi
2022-03-04Gen 1's Minimize graphic was not a complete 8x8 tileRangi
2021-11-23Merge branch 'master' of https://github.com/pret/pokeyellowRangi
2021-11-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
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-05Label Saffron City hide/show function (#73)UserWest
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
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-11-02Identify starter pikachu happiness boost medicine check (#72)Daniel Harding
2021-10-15Add LIGHT_BALL_GSCdannye
2021-10-08Kill Freenode.IIMarckus
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-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-26Merge branch 'master' of https://github.com/pret/pokereddannye
2021-09-26Merge branch 'master' of https://github.com/pret/pokereddannye
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-19Switch from Travis CI to GitHub ActionsRangi
2021-06-19Merge pull request #68 from SnorlaxMonster/roar-teleport-comment-fixRangi
Correct comments on SwitchAndTeleportEffect
2021-06-19Correct 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-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-01Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-06-01Use more UNIONs for overlapping WRAM labelsRangi
2021-05-31Some miscellaneous changes, syncing more with pokeredRangi
2021-05-31Use rgblink -w to have one $2000-byte WRAM0 regionRangi
2021-05-31Clean up Yellow's WRAMRangi
2021-05-31Merge remote-tracking branch 'remotes/pokered/master'Rangi