| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Identify starter pikachu happiness boost medicine check (#72) | Daniel Harding | 2021-11-02 | 1 | -3/+3 |
| | | |||||
| * | Add LIGHT_BALL_GSC | dannye | 2021-10-15 | 2 | -1/+2 |
| | | |||||
| * | Kill Freenode. | IIMarckus | 2021-10-08 | 1 | -2/+2 |
| | | |||||
| * | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 | 215 | -815/+815 |
| | | |||||
| * | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 | 5 | -16/+16 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 205 | -708/+708 |
| |\ | |||||
| | * | Align `object_event` coordinates | Rangi | 2021-09-26 | 204 | -685/+685 |
| | | | | | | | | | Fixes #336 | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 278 | -2778/+2776 |
| |\| | |||||
| | * | 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]. | ||||
| * | | Switch from Travis CI to GitHub Actions | Rangi | 2021-06-19 | 5 | -50/+61 |
| | | | |||||
| * | | Merge pull request #68 from SnorlaxMonster/roar-teleport-comment-fix | Rangi | 2021-06-19 | 1 | -2/+2 |
| |\ \ | | | | | | | Correct comments on SwitchAndTeleportEffect | ||||
| | * | | Correct comments on SwitchAndTeleportEffect | SnorlaxMonster | 2021-06-19 | 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]. | ||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-06-01 | 1 | -132/+173 |
| |\| | |||||
| | * | Use more UNIONs for overlapping WRAM labels | Rangi | 2021-06-01 | 1 | -102/+142 |
| | | | |||||
| * | | Some miscellaneous changes, syncing more with pokered | Rangi | 2021-05-31 | 7 | -6/+8 |
| | | | |||||
| * | | Use rgblink -w to have one $2000-byte WRAM0 region | Rangi | 2021-05-31 | 3 | -43/+7 |
| | | | |||||
| * | | Clean up Yellow's WRAM | Rangi | 2021-05-31 | 5 | -140/+109 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-31 | 1 | -181/+210 |
| |\| | |||||
| | * | Use a 30-byte UNION for some overlapping WRAM labels | Rangi | 2021-05-31 | 1 | -180/+205 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-05-31 | 2 | -2/+23 |
| |\| | |||||
| | * | Use more WRAM sections | Rangi | 2021-05-31 | 2 | -2/+23 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-05-31 | 89 | -2051/+1510 |
| |\| | |||||
| | * | 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 |
| | | |/ / | |/| | | |||||
| * | | | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-31 | 5 | -35/+34 |
| |\| | | | |||||
| | * | | | 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 |
| | | |_|/ | |/| | | |||||
| * | | | | Improve some RAM formatting | Rangi | 2021-05-31 | 9 | -939/+527 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-30 | 8 | -125/+124 |
| |\| | | | |||||
| | * | | | Eliminate unnecessary data macros | Rangi | 2021-05-30 | 5 | -121/+113 |
| | | | | | |||||
