aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/sprite_oam.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-2/+2
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - 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-07-021-1/+1
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-1/+1
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-3/+3
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-2/+2
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-4/+4
|\|
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-201-2/+2
| |
| * Identify the unnamed HRAM variables and one WRAM label (#438)Vortyne2023-11-201-2/+2
| |
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-3/+3
| |
| * Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-071-8/+8
| |
| * Use HIGH() and LOW()Rangi2020-07-071-4/+4
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-15/+15
| |
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+189
|
* wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-3/+3
|
* Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-131-1/+1
|
* Define OAM_HIGH_PALS for %100 in OAM attributesRangi2020-11-061-2/+2
|
* Organize home and macro codeRangi2020-11-051-1/+1
|
* Start reorganizing pokeyellowRangi2020-11-041-1/+1
|
* Sync with pokereddannye2020-11-041-0/+232