aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite tools/pcm.c to use common.hRangi2022-03-141-96/+35
| | | | Fixes #78
* Slightly refactor some C toolsRangi2022-03-085-310/+326
|
* Gen 1's Minimize graphic was not a complete 8x8 tileRangi2022-03-042-2/+10
|
* Merge branch 'master' of https://github.com/pret/pokeyellowRangi2021-11-232-15/+15
|\
| * Label Saffron City hide/show function (#73)UserWest2021-11-052-15/+15
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-2353-162/+179
|\ \ | |/ |/|
| * Use ~X instead of $ff ^ XRangi2021-11-236-8/+8
| |
| * Use compound assignment operatorsRangi2021-11-238-23/+23
| |
| * Require rgbds 0.5.2Rangi2021-11-233-14/+14
| |
| * Use `dn` for wave instrument samples, like pokecrystalRangi2021-11-062-14/+23
| |
| * Add some constants for options (#344)Yoann Fievez2021-11-058-13/+21
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-0523-71/+71
| |
| * Update 'make compare' for no pret repo and add 'make' for fork (#339)Yoann Fievez2021-11-041-0/+11
| |
| * Comment on the CooltrainerFAI bugRangi2021-11-031-0/+3
| | | | | | | | Fixes #308
| * Merge branch 'master' of https://github.com/pret/pokeredRangi2021-11-021-2/+2
| |\
| | * Kill Freenode.IIMarckus2021-10-081-2/+2
| | |
| * | Identify some percentage constant valuesRangi2021-11-023-22/+22
| |/
| * `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-05213-807/+807
| |
| * Clean up some redundant or unusual event commentsRangi2021-10-053-9/+9
| |
* | Identify starter pikachu happiness boost medicine check (#72)Daniel Harding2021-11-021-3/+3
| |
* | Add LIGHT_BALL_GSCdannye2021-10-152-1/+2
| |
* | Kill Freenode.IIMarckus2021-10-081-2/+2
| |
* | `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-05215-815/+815
| |
* | Clean up some redundant or unusual event commentsRangi2021-10-055-16/+16
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-26205-708/+708
|\|
| * Align `object_event` coordinatesRangi2021-09-26204-685/+685
| | | | | | | | Fixes #336
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-26278-2778/+2776
|\|
| * Fix typos (#334)Amber Brault2021-09-262-2/+2
| |
| * Unify map event gen1 gen2 (#335)Yoann Fievez2021-09-26224-2622/+2622
| | | | | | | | | | | | | | | | | | * 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
| * `ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0`Rangi2021-09-081-1/+1
| |
| * wcf4b -> wStringBufferRangi2021-08-2851-114/+112
| |
| * Remove old tile animation comments (#333)SatoMew2021-07-311-2/+2
| | | | | | They stopped being accurate after #304 and aren't really necessary.
| * Switch from Travis CI to GitHub ActionsRangi2021-06-195-50/+61
| |
| * Merge pull request #332 from SnorlaxMonster/roar-teleport-comment-fixDaniel Harding2021-06-141-2/+2
| |\ | | | | | | Correct comments on SwitchAndTeleportEffect
| | * Correct comments on SwitchAndTeleportEffectSnorlaxMonster2021-06-141-2/+2
| |/ | | | | | | | | | | | | 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].
* | Switch from Travis CI to GitHub ActionsRangi2021-06-195-50/+61
| |
* | Merge pull request #68 from SnorlaxMonster/roar-teleport-comment-fixRangi2021-06-191-2/+2
|\ \ | | | | | | Correct comments on SwitchAndTeleportEffect
| * | Correct comments on SwitchAndTeleportEffectSnorlaxMonster2021-06-191-2/+2
|/ / | | | | | | | | | | | | 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].
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-06-011-132/+173
|\|
| * Use more UNIONs for overlapping WRAM labelsRangi2021-06-011-102/+142
| |
* | Some miscellaneous changes, syncing more with pokeredRangi2021-05-317-6/+8
| |
* | Use rgblink -w to have one $2000-byte WRAM0 regionRangi2021-05-313-43/+7
| |
* | Clean up Yellow's WRAMRangi2021-05-315-140/+109
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-311-181/+210
|\|
| * Use a 30-byte UNION for some overlapping WRAM labelsRangi2021-05-311-180/+205
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-312-2/+23
|\|
| * Use more WRAM sectionsRangi2021-05-312-2/+23
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-3189-2051/+1510
|\|
| * Merge pull request #325 from CelestialAmber/masterDaniel Harding2021-05-311-39/+41
| |\ | | | | | | Partially document CeruleanCity.asm
| | * Update CeruleanCity.asmAmber Brault2021-05-311-9/+9
| | |