aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/animations.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-25/+27
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-8/+10
| |
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-251-10/+10
| |
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-3/+3
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-10/+10
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-10/+10
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-25/+24
|\|
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-301-4/+4
| |
| * Miscellaneous cleanup (#488)Rangi2025-01-281-2/+2
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
| * Use RGBDS 0.9.0 (#482)Rangi2024-12-251-2/+1
| |
* | Use RGBDS 0.9.0 (#123)Rangi2024-12-251-2/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-251-1/+1
|\|
| * Remove redundant parenthesesRangi422024-12-161-1/+1
| |
* | Rename off-by-one wram labelsdannye2024-09-291-33/+33
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-16/+16
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-3/+3
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-3/+3
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-3/+3
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-27/+27
|\|
| * Add `bigdw` and `dc` data macrosRangi422023-11-201-27/+27
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-15/+16
|\|
| * Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-251-15/+16
| | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-16/+16
| |
| * Stop_reducing_move_anim_flashing_Dream_Eater -> ↵vulcandth2022-06-301-1/+1
| | | | | | | | Stop_reducing_move_anim_flashing_Blizzard (#369)
| * RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
| * Improved Virtual Console patch identifiers (#357)vulcandth2022-06-061-29/+31
| |
| * Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-0/+29
| |
| * Gen 1's Minimize graphic was not a complete 8x8 tileRangi2022-03-041-2/+10
| |
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-16/+16
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
| | | | | | New MACRO and DEF syntax
* | Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-21/+21
| |
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+21
| |
* | Gen 1's Minimize graphic was not a complete 8x8 tileRangi2022-03-041-2/+10
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-3/+3
|\|
| * Add some constants for options (#344)Yoann Fievez2021-11-051-1/+1
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
| * Identify some percentage constant valuesRangi2021-11-021-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-131-1/+1
|\|
| * Fix incorrect sfx iddannye2021-03-301-1/+1
| | | | | | | | AUDIO_1 is loaded during trade animations, not AUDIO_2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Sync more with pokeyellowRangi2020-11-051-4/+4
| |
| * Add comments associating constants with data, and identify some more dataRangi2020-07-201-7/+7
| |
| * Define constants for subanimations' base coords and frame block modesRangi2020-07-171-3/+3
| |
| * Identify remaining tilemap IDsRangi2020-07-171-8/+8
| |
| * Update sprite namesRangi2020-07-171-19/+19
| | | | | | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
| * Factor out animation tilemapsRangi2020-07-161-92/+1
| |
| * Define constants for subanimation transform typesRangi2020-07-161-15/+15
| |