aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokemon/status_screen.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-39/+33
|\
| * Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb2025-12-011-38/+32
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-8/+8
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-8/+8
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-1/+1
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-2/+2
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-2/+2
* | Use more ldpikacrydannye2025-05-251-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-1/+1
|\|
| * Use constants for PP masks instead of magic numbers (#504)edave642025-04-021-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-13/+13
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-1/+1
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-4/+4
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-3/+3
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-5/+5
| * Identify hUILayoutFlagsRangi2021-02-131-1/+1
* | Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-131-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-6/+6
|\|
| * Label and document hFFD7 more accuratelySatoMew2020-11-291-6/+6
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-13/+11
| * Sync coordinate macros with pokecrystalRangi2020-07-071-31/+31
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-3/+3
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-14/+14
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-9/+12
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi2020-07-041-2/+2
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-3/+3
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+481
* Sync with pokereddannye2020-11-041-0/+496