aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Align `object_event` coordinatesRangi2021-09-26204-685/+685
| | | | Fixes #336
* 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].
* Use more UNIONs for overlapping WRAM labelsRangi2021-06-011-102/+142
|
* Use a 30-byte UNION for some overlapping WRAM labelsRangi2021-05-311-180/+205
|
* Use more WRAM sectionsRangi2021-05-312-2/+23
|
* 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
| |/ / |/| |
* | | 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
| |_|/ |/| |
* | | Eliminate unnecessary data macrosRangi2021-05-305-121/+113
| | |
* | | Add labels to unreferenced mart inventories and remove redundant commentsRangi2021-05-231-16/+2
| | |
* | | Use macros for bit arraysRangi2021-05-234-107/+124
| | |
* | | Fix end_nybble_arrayRangi2021-05-231-1/+1
| | |
* | | Use macros for packed arrays of nybblesRangi2021-05-233-105/+240
| |/ |/|
* | Require rgbds 0.5.1Rangi2021-05-094-17/+17
|/ | | | This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
* Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-063-15/+15
|
* Merge pull request #321 from SatoMew/masterDaniel Harding2021-05-014-12/+15
|\ | | | | Identify the unused cry that was carried over to GSC
| * Restore extra line breaksSatoMew2021-05-013-0/+6
| |
| * Incorporate the suggested fixesSatoMew2021-05-015-22/+16
| |
| * Identify the unused cry that was carried over to GSCSatoMew2021-05-015-19/+22
|/
* Use {interpolation} to generate sequences of RAM labelsRangi2021-04-2715-115/+135
| | | | Fixes #319
* Port 'add_tmnum' from pokecrystalRangi2021-04-191-16/+15
|
* Change how Travis CI builds on macOSRangi2021-04-181-6/+6
| | | | Install an updated version of bison with brew, then build rgbds with make
* Don't let brew auto-update everything, just install rgbdsRangi2021-04-181-1/+1
|
* Install rgbds with `brew` on macOS so Travis CI will passRangi2021-04-181-3/+7
| | | | Building rgbds on macOS with `make` uses the system `bison`, which is an older version that doesn't support `-Wall`.