| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 | 6 | -10/+10 |
| | | |||||
| * | Update comments related to Swift and Substitute checks (#380) | SatoMew | 2022-08-11 | 1 | -2/+2 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Replace Hard-Coded Number With Constant (#381) | Chatot4444 | 2022-08-11 | 1 | -1/+1 |
| | | | | Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS | ||||
| * | Clarify how Metronome picks a move | Rangi | 2022-07-26 | 1 | -2/+3 |
| | | |||||
| * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 17 | -76/+77 |
| | | |||||
| * | Sync Pokédex rating text with pokeyellow | Rangi | 2022-07-10 | 1 | -51/+51 |
| | | |||||
| * | Identify Pokédex rating text | Rangi | 2022-07-10 | 1 | -48/+48 |
| | | |||||
| * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 24 | -95/+95 |
| | | |||||
| * | party_struct constants and ExchangeBytes size (#364) | vulcandth | 2022-07-04 | 1 | -3/+3 |
| | | | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Stop_reducing_move_anim_flashing_Dream_Eater -> ↵ | vulcandth | 2022-06-30 | 1 | -1/+1 |
| | | | | | Stop_reducing_move_anim_flashing_Blizzard (#369) | ||||
| * | VC ExchangeBytes Aliases (#363) | vulcandth | 2022-06-22 | 1 | -3/+3 |
| | | | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at> | ||||
| * | `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1` | Rangi | 2022-06-17 | 1 | -1/+1 |
| | | | | | Fixes #362 | ||||
| * | Rename `SLP` to `SLP_MASK` (#361) | vulcandth | 2022-06-17 | 4 | -14/+14 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 12 | -18/+18 |
| | | | | New MACRO and DEF syntax | ||||
| * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 | 7 | -51/+53 |
| | | |||||
| * | Add hSerialConnectionStatus vc_assert (#354) | vulcandth | 2022-04-17 | 1 | -0/+8 |
| | | |||||
| * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 7 | -20/+88 |
| | | |||||
| * | Gen 1's Minimize graphic was not a complete 8x8 tile | Rangi | 2022-03-04 | 1 | -2/+10 |
| | | |||||
| * | Use ~X instead of $ff ^ X | Rangi | 2021-11-23 | 3 | -4/+4 |
| | | |||||
| * | Add some constants for options (#344) | Yoann Fievez | 2021-11-05 | 5 | -11/+10 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Refactorize check button pressed (#340) | Yoann Fievez | 2021-11-05 | 15 | -48/+48 |
| | | |||||
| * | Comment on the CooltrainerFAI bug | Rangi | 2021-11-03 | 1 | -0/+3 |
| | | | | | Fixes #308 | ||||
| * | Identify some percentage constant values | Rangi | 2021-11-02 | 3 | -22/+22 |
| | | |||||
| * | Fix typos (#334) | Amber Brault | 2021-09-26 | 1 | -1/+1 |
| | | |||||
| * | wcf4b -> wStringBuffer | Rangi | 2021-08-28 | 13 | -35/+35 |
| | | |||||
| * | 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]. | ||||
| * | More WRAM label cleanup (still needs UNIONs and renaming) | Rangi | 2021-05-31 | 4 | -11/+11 |
| | | |||||
| * | Reformat MoveBoulderDustFunctionPointerTable | Rangi | 2021-05-31 | 1 | -15/+9 |
| | | |||||
| * | Improve some RAM formatting | Rangi | 2021-05-31 | 2 | -2/+2 |
| | | |||||
| * | Use macros for bit arrays | Rangi | 2021-05-23 | 1 | -1/+2 |
| | | |||||
| * | Use BANK("Pics #") for Pokémon and trainer pics | Rangi | 2021-05-06 | 1 | -1/+2 |
| | | |||||
| * | Use {interpolation} to generate sequences of RAM labels | Rangi | 2021-04-27 | 10 | -27/+27 |
| | | | | | Fixes #319 | ||||
| * | Use rgbds 0.5.0 features: | Rangi | 2021-04-17 | 1 | -2/+2 |
| | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args | ||||
| * | Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant | Rangi | 2021-04-13 | 1 | -1/+1 |
| | | |||||
| * | Trim extra newlines from some files | Rangi | 2021-04-08 | 1 | -1/+0 |
| | | |||||
| * | Fix incorrect sfx id | dannye | 2021-03-30 | 1 | -1/+1 |
| | | | | | AUDIO_1 is loaded during trade animations, not AUDIO_2 | ||||
| * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 8 | -21/+16 |
| | | | | | Fixes #312 | ||||
| * | Clean up handling of extra effective status effects | dannye | 2021-02-21 | 1 | -11/+13 |
| | | |||||
| * | Identify hUILayoutFlags | Rangi | 2021-02-13 | 8 | -34/+34 |
| | | |||||
| * | Delete unnecessary comment | SatoMew | 2020-11-29 | 1 | -1/+1 |
| | | |||||
| * | Update related tile animation constants | SatoMew | 2020-11-29 | 3 | -4/+4 |
| | | |||||
| * | Label and document hFFD7 more accurately | SatoMew | 2020-11-29 | 14 | -31/+31 |
| | | |||||
| * | Keep wGrassMons and wWaterMons together with a UNION | Rangi | 2020-11-28 | 1 | -8/+9 |
| | | |||||
| * | Fix file modes | dannye | 2020-11-14 | 85 | -0/+0 |
| | | |||||
| * | Use more joypad constants | dannye | 2020-11-07 | 1 | -7/+7 |
| | | |||||
| * | Use STARTER1 and STARTER2 for the title screen | Rangi | 2020-11-07 | 1 | -2/+2 |
| | | |||||
| * | Sync more with pokeyellow | Rangi | 2020-11-06 | 3 | -10/+10 |
| | | |||||
| * | Sync more with pokeyellow | Rangi | 2020-11-05 | 14 | -57/+58 |
| | | |||||
| * | Remove trailing whitespace | Rangi | 2020-11-05 | 3 | -4/+4 |
| | | |||||
| * | Sync more with pokeyellow | Rangi | 2020-11-05 | 3 | -12/+17 |
| | | |||||
