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