| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-08 | Slightly refactor some C tools | Rangi | |
| 2022-03-04 | Gen 1's Minimize graphic was not a complete 8x8 tile | Rangi | |
| 2021-12-09 | Fix incorrect comment about money received after battle (#346) | stringflow | |
| * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm | |||
| 2021-11-23 | Use ~X instead of $ff ^ X | Rangi | |
| 2021-11-23 | Use compound assignment operators | Rangi | |
| 2021-11-23 | Require rgbds 0.5.2 | Rangi | |
| 2021-11-06 | Use `dn` for wave instrument samples, like pokecrystal | Rangi | |
| 2021-11-05 | Add some constants for options (#344) | Yoann Fievez | |
| Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | |||
| 2021-11-05 | Refactorize check button pressed (#340) | Yoann Fievez | |
| 2021-11-04 | Update 'make compare' for no pret repo and add 'make' for fork (#339) | Yoann Fievez | |
| 2021-11-03 | Comment on the CooltrainerFAI bug | Rangi | |
| Fixes #308 | |||
| 2021-11-02 | Merge branch 'master' of https://github.com/pret/pokered | Rangi | |
| 2021-11-02 | Identify some percentage constant values | Rangi | |
| 2021-10-08 | Kill Freenode. | IIMarckus | |
| 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 | |
