aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| | * Partially document CeruleanCity.asmAmber Brault2021-05-311-39/+41
| | |
| * | Merge pull request #323 from KqesaR/masterDaniel Harding2021-05-3118-543/+547
| |\ \ | | | | | | | | Clean many labels of scripts of gyms
| | * | Clean many labels of scripts of all gymsYoann Fievez2021-05-3118-543/+547
| | | |
| * | | More WRAM label cleanup (still needs UNIONs and renaming)Rangi2021-05-319-576/+301
| | | |
| * | | Start reformatting WRAM labelsRangi2021-05-311-631/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wLabel:: ; comment ds N becomes ; comment wLabel:: ds N
| * | | Merge pull request #324 from KqesaR/clean_label_wild_map_pointerDaniel Harding2021-05-3160-307/+307
| |\ \ \ | | | | | | | | | | Standardize names of wild maps entities
| | * | | Change name wSeaRoutesWildMons to wWaterMons in WRAMYoann Fievez2021-05-313-3/+3
| | | | |
| | * | | Fix typo noting to nothing and align vertically commentsYoann Fievez2021-05-312-215/+215
| | | | |
| | * | | Standardize names of wild maps entitiesYoann Fievez2021-05-1863-310/+310
| | | | | | | | | | | | | | | | | | | | Standardize the name of entities of maps for wild pokemon
| * | | | Reformat MoveBoulderDustFunctionPointerTableRangi2021-05-311-15/+9
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-315-35/+34
|\| | |
| * | | Simplify the tileset headersRangi2021-05-311-30/+30
| | | |
| * | | Merge pull request #322 from SatoMew/masterDaniel Harding2021-05-312-2/+2
| |\ \ \ | | | | | | | | | | Identify the connections between Routes 22 and 23 as unused
| | * | | Change terminology as per feedbackSatoMew2021-05-082-2/+2
| | | | |
| | * | | Identify the connections between Routes 22 and 23 as unusedSatoMew2021-05-082-2/+2
| | | | |
| * | | | Improve some RAM formattingRangi2021-05-3110-799/+450
| | |_|/ | |/| |
* | | | Improve some RAM formattingRangi2021-05-319-939/+527
| | | |
* | | | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-308-125/+124
|\| | |
| * | | Eliminate unnecessary data macrosRangi2021-05-305-121/+113
| | | |