| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | VC ExchangeBytes Aliases (#363) | vulcandth | 2022-06-22 | 3 | -9/+9 |
| | | | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at> | ||||
| * | Automatically upload .sym files to a 'symbols' branch | Rangi | 2022-06-22 | 1 | -0/+21 |
| | | | | | Fixes #248 | ||||
| * | `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1` | Rangi | 2022-06-17 | 1 | -1/+1 |
| | | | | | Fixes #362 | ||||
| * | Add a subdirectory for RAM files | Rangi | 2022-06-17 | 6 | -14/+10 |
| | | |||||
| * | Rename `SLP` to `SLP_MASK` (#361) | vulcandth | 2022-06-17 | 5 | -15/+15 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Mention WildDataPointers in map_constants.asm | Rangi | 2022-06-07 | 1 | -0/+1 |
| | | |||||
| * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 101 | -958/+958 |
| | | | | New MACRO and DEF syntax | ||||
| * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 | 11 | -151/+153 |
| | | |||||
| * | Remove Stadium data patch from tools/make_patch.c (#355) | vulcandth | 2022-04-26 | 1 | -4/+0 |
| | | |||||
| * | Add hSerialConnectionStatus vc_assert (#354) | vulcandth | 2022-04-17 | 1 | -0/+8 |
| | | |||||
| * | Add comment explaining the purpose of TrainerNamePointers (#352) | SatoMew | 2022-03-31 | 1 | -1/+3 |
| | | |||||
| * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 24 | -34/+1752 |
| | | |||||
| * | Refactor pkmncompress.c to use common.h | Rangi | 2022-03-17 | 2 | -365/+147 |
| | | | | | Fixes #349 | ||||
| * | Use noreturn for usage_exit | Rangi | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | Use -flto for all tools | Rangi | 2022-03-15 | 2 | -1/+3 |
| | | |||||
| * | Slightly refactor some C tools | Rangi | 2022-03-08 | 5 | -310/+325 |
| | | |||||
| * | Gen 1's Minimize graphic was not a complete 8x8 tile | Rangi | 2022-03-04 | 2 | -2/+10 |
| | | |||||
| * | Fix incorrect comment about money received after battle (#346) | stringflow | 2021-12-09 | 2 | -2/+2 |
| | | | | | | * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm | ||||
| * | Use ~X instead of $ff ^ X | Rangi | 2021-11-23 | 6 | -8/+8 |
| | | |||||
| * | Use compound assignment operators | Rangi | 2021-11-23 | 8 | -23/+23 |
| | | |||||
| * | Require rgbds 0.5.2 | Rangi | 2021-11-23 | 3 | -14/+14 |
| | | |||||
| * | Use `dn` for wave instrument samples, like pokecrystal | Rangi | 2021-11-06 | 2 | -14/+23 |
| | | |||||
| * | Add some constants for options (#344) | Yoann Fievez | 2021-11-05 | 8 | -13/+21 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Refactorize check button pressed (#340) | Yoann Fievez | 2021-11-05 | 23 | -71/+71 |
| | | |||||
| * | Update 'make compare' for no pret repo and add 'make' for fork (#339) | Yoann Fievez | 2021-11-04 | 1 | -0/+11 |
| | | |||||
| * | Comment on the CooltrainerFAI bug | Rangi | 2021-11-03 | 1 | -0/+3 |
| | | | | | Fixes #308 | ||||
| * | 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 | ||||
