aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/core.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-17Align move grammar with pokecrystal (#565)SnorlaxMonster1-135/+3
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb1-19/+20
2025-11-27Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb1-26/+26
2025-11-25Avoid magic numbers for most `CopyData` calls (#542)Rangi1-10/+11
2025-11-23Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi1-11/+1
2025-11-18Use more hardware and graphics constants (#532)Narishma-gb1-6/+6
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi1-21/+21
2025-10-05Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd`Rangi1-7/+7
2025-09-10Misc. naming and cleanup (#139)Narishma-gb1-13/+13
2025-09-07Use RAMG_SRAM_ENABLE (#530)PokefanMarcel1-1/+1
2025-09-03Update comment for clarity (#529)Vortyne1-1/+2
2025-09-03Label and constant cleanup (#528)Narishma-gb1-24/+24
2025-06-30Use combined hardware constantsRangi421-3/+3
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi1-19/+19
2025-06-25Distinguish single trainer pics section from Pokemon picsRangi421-1/+1
2025-06-03Fix typosdannye1-3/+3
2025-05-31Add a `CANNOT_MOVE` constant (#508)Rangi1-3/+6
2025-05-25Use more ldpikacrydannye1-3/+3
2025-04-02Use constants for PP masks instead of magic numbers (#504)edave641-8/+8
2025-01-28Consistently capitalize `ASSERT` directives (#489)Rangi1-2/+2
2025-01-28Miscellaneous cleanup (#488)Rangi1-0/+1
2024-12-27Use `EFFECT_1E`Rangi421-1/+1
2024-12-21Use `SERIAL_RNS_LENGTH` in `BattleRandom`Rangi421-2/+2
2024-09-29Identify more bit flags (#119)Sylvie1-1/+4
2024-09-24Fix comment: Road -> Roar (#466)Vortyne1-4/+4
2024-09-23Identify more flag bits (#464)Sylvie1-17/+17
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie1-22/+22
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie1-15/+15
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie1-5/+5
2024-07-16Identify various flag labels and bit constants (#454)Sylvie1-18/+18
2024-06-26Improve documentation of some SRAM routines (#114)SatoMew1-2/+2
2023-11-21Fix a few usages of EFFECTIVEdannye1-2/+1
2023-11-21Use some more constants in place of raw numbersRangi421-16/+16
2023-11-21Replace some `$a` with `EFFECTIVE` (#399)RainbowMetalPigeon1-2/+2
2023-11-21Use MEGA_PUNCH constant in explosion animation routine (#434)BlueZangoose1-6/+8
2023-07-15Thoroughly document debug code (#410)SatoMew1-9/+16
2023-03-25Name some unnamed animation constants (#396)Vortyne1-2/+2
2022-08-11Use the same music headers as pokecrystal (#382)Rangi1-3/+3
2022-08-11Update comments related to Swift and Substitute checks (#380)SatoMew1-2/+2
2022-07-26Clarify how Metronome picks a moveRangi1-2/+3
2022-07-26Clarify how Metronome picks a moveRangi1-2/+3
2022-07-10Identify some `.asm_*` labelsRangi1-2/+2
2022-07-09wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton1-2/+2
2022-07-09wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton1-2/+2
2022-06-17`cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi1-1/+1
2022-06-17`cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi1-1/+1
2022-06-17Rename `SLP` to `SLP_MASK` (#89)vulcandth1-7/+7
2022-06-17Rename `SLP` to `SLP_MASK` (#361)vulcandth1-7/+7
2022-06-06Improved Virtual Console patch identifiers (#85)vulcandth1-8/+8
2022-06-06Improved Virtual Console patch identifiers (#357)vulcandth1-10/+10