aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/core.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Update comments related to Swift and Substitute checks (#380)SatoMew2022-08-111-2/+2
| * Clarify how Metronome picks a moveRangi2022-07-261-2/+3
| * Identify some `.asm_*` labelsRangi2022-07-101-2/+2
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-2/+2
| * `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi2022-06-171-1/+1
| * Rename `SLP` to `SLP_MASK` (#361)vulcandth2022-06-171-7/+7
| * Improved Virtual Console patch identifiers (#357)vulcandth2022-06-061-10/+10
| * Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-0/+25
* | Clarify how Metronome picks a moveRangi2022-07-261-2/+3
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-2/+2
* | `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi2022-06-171-1/+1
* | Rename `SLP` to `SLP_MASK` (#89)vulcandth2022-06-171-7/+7
* | Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-8/+8
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+23
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-2/+2
|\|
| * Use ~X instead of $ff ^ XRangi2021-11-231-2/+2
| * Add some constants for options (#344)Yoann Fievez2021-11-051-1/+1
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-051-3/+3
| * Identify some percentage constant valuesRangi2021-11-021-13/+13
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-8/+8
|\|
| * Fix typos (#334)Amber Brault2021-09-261-1/+1
| * wcf4b -> wStringBufferRangi2021-08-281-7/+7
| * More WRAM label cleanup (still needs UNIONs and renaming)Rangi2021-05-311-4/+4
| * Improve some RAM formattingRangi2021-05-311-1/+1
| * Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-061-1/+2
* | Improve some RAM formattingRangi2021-05-311-0/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-5/+5
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-5/+5
| * Identify hUILayoutFlagsRangi2021-02-131-6/+6
* | Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-131-6/+6
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-10/+11
|\|
| * Update related tile animation constantsSatoMew2020-11-291-1/+1
| * Label and document hFFD7 more accuratelySatoMew2020-11-291-3/+3
| * Keep wGrassMons and wWaterMons together with a UNIONRangi2020-11-281-8/+9
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| * Use more joypad constantsdannye2020-11-071-7/+7
| * Sync more with pokeyellowRangi2020-11-061-7/+7
| * Sync more with pokeyellowRangi2020-11-051-10/+12
| * Remove trailing whitespaceRangi2020-11-051-1/+1
| * All battle back pictures end with "b"Rangi2020-11-051-1/+1
| * Replace ghost Marowak's ambiguous constantSatoMew2020-09-221-1/+1
| * Define a constant for the ghost Marowak (hard-coded throughout the engine, li...Rangi2020-08-311-1/+1
| * SONY -> RIVALRangi2020-07-171-2/+2
| * Define constants for default trainer DVsRangi2020-07-161-2/+2
| * Clean up some data, using macros for multiline list entriesRangi2020-07-141-4/+4
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-4/+4
| * Sync coordinate macros with pokecrystalRangi2020-07-071-72/+72
| * Use HIGH() and LOW()Rangi2020-07-071-22/+22
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-29/+29