Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-02 | Identify some percentage constant values | Rangi | |
2021-10-05 | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | |
2021-10-05 | Clean up some redundant or unusual event comments | Rangi | |
2021-09-26 | Align `object_event` coordinates | Rangi | |
Fixes #336 | |||
2021-09-26 | Fix typos (#334) | Amber Brault | |
2021-09-26 | Unify 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-28 | wcf4b -> wStringBuffer | Rangi | |
2021-07-31 | Remove old tile animation comments (#333) | SatoMew | |
They stopped being accurate after #304 and aren't really necessary. | |||
2021-06-19 | Switch from Travis CI to GitHub Actions | Rangi | |
2021-06-14 | Merge pull request #332 from SnorlaxMonster/roar-teleport-comment-fix | Daniel Harding | |
Correct comments on SwitchAndTeleportEffect | |||
2021-06-14 | Correct comments on SwitchAndTeleportEffect | SnorlaxMonster | |
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-01 | Use more UNIONs for overlapping WRAM labels | Rangi | |
2021-05-31 | Use a 30-byte UNION for some overlapping WRAM labels | Rangi | |
2021-05-31 | Use more WRAM sections | Rangi | |
2021-05-31 | Merge pull request #325 from CelestialAmber/master | Daniel Harding | |
Partially document CeruleanCity.asm | |||
2021-05-31 | Merge pull request #323 from KqesaR/master | Daniel Harding | |
Clean many labels of scripts of gyms | |||
2021-05-31 | More WRAM label cleanup (still needs UNIONs and renaming) | Rangi | |
2021-05-31 | Update CeruleanCity.asm | Amber Brault | |
2021-05-31 | Start reformatting WRAM labels | Rangi | |
wLabel:: ; comment ds N becomes ; comment wLabel:: ds N | |||
2021-05-31 | Clean many labels of scripts of all gyms | Yoann Fievez | |
2021-05-31 | Merge pull request #324 from KqesaR/clean_label_wild_map_pointer | Daniel Harding | |
Standardize names of wild maps entities | |||
2021-05-31 | Reformat MoveBoulderDustFunctionPointerTable | Rangi | |
2021-05-31 | Change name wSeaRoutesWildMons to wWaterMons in WRAM | Yoann Fievez | |
2021-05-31 | Fix typo noting to nothing and align vertically comments | Yoann Fievez | |
2021-05-31 | Simplify the tileset headers | Rangi | |
2021-05-31 | Merge pull request #322 from SatoMew/master | Daniel Harding | |
Identify the connections between Routes 22 and 23 as unused | |||
2021-05-31 | Improve some RAM formatting | Rangi | |
2021-05-31 | Partially document CeruleanCity.asm | Amber Brault | |
2021-05-30 | Eliminate unnecessary data macros | Rangi | |
2021-05-23 | Add labels to unreferenced mart inventories and remove redundant comments | Rangi | |
2021-05-23 | Use macros for bit arrays | Rangi | |
2021-05-23 | Fix end_nybble_array | Rangi | |
2021-05-23 | Use macros for packed arrays of nybbles | Rangi | |
2021-05-18 | Standardize names of wild maps entities | Yoann Fievez | |
Standardize the name of entities of maps for wild pokemon | |||
2021-05-09 | Require rgbds 0.5.1 | Rangi | |
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB | |||
2021-05-08 | Change terminology as per feedback | SatoMew | |
2021-05-08 | Identify the connections between Routes 22 and 23 as unused | SatoMew | |
2021-05-06 | Use BANK("Pics #") for Pokémon and trainer pics | Rangi | |
2021-05-01 | Merge pull request #321 from SatoMew/master | Daniel Harding | |
Identify the unused cry that was carried over to GSC | |||
2021-05-01 | Restore extra line breaks | SatoMew | |
2021-05-01 | Incorporate the suggested fixes | SatoMew | |
2021-05-01 | Identify the unused cry that was carried over to GSC | SatoMew | |
2021-04-27 | Use {interpolation} to generate sequences of RAM labels | Rangi | |
Fixes #319 | |||
2021-04-19 | Port 'add_tmnum' from pokecrystal | Rangi | |
2021-04-18 | Change how Travis CI builds on macOS | Rangi | |
Install an updated version of bison with brew, then build rgbds with make | |||
2021-04-18 | Don't let brew auto-update everything, just install rgbds | Rangi | |
2021-04-18 | Install rgbds with `brew` on macOS so Travis CI will pass | Rangi | |
Building rgbds on macOS with `make` uses the system `bison`, which is an older version that doesn't support `-Wall`. | |||
2021-04-18 | Fix a typo | Rangi | |
2021-04-18 | Explain how to use a local copy of rgbds | Rangi | |