aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokemon (unfollow)
Commit message (Expand)AuthorFilesLines
2026-06-14Rename wd49b to wPikachuEmotionModifier (#156)Yoann Fievez1-1/+1
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb2-3/+3
2025-12-01Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb1-38/+32
2025-11-27Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb8-60/+73
2025-11-25Avoid magic numbers for most `CopyData` calls (#542)Rangi1-1/+1
2025-11-23Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi1-25/+5
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi4-31/+31
2025-09-10Misc. naming and cleanup (#139)Narishma-gb3-8/+8
2025-09-03Label and constant cleanup (#528)Narishma-gb2-3/+4
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi3-9/+9
2025-05-25Use more ldpikacrydannye2-4/+4
2025-04-02Use constants for PP masks instead of magic numbers (#504)edave641-1/+1
2025-01-28Consistently capitalize `ASSERT` directives (#489)Rangi1-1/+1
2025-01-28Miscellaneous cleanup (#488)Rangi1-1/+3
2024-11-17Fix comments around battle evolution code (#120)TiKevin831-1/+1
2024-09-29Rename off-by-one wram labelsdannye1-1/+1
2024-09-23Identify more flag bits (#464)Sylvie2-5/+5
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie7-32/+33
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie5-22/+22
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie3-5/+5
2024-07-16Identify various flag labels and bit constants (#454)Sylvie4-22/+22
2024-06-15Identify some unused WRAM variables (#453)Sylvie1-1/+1
2023-11-21Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew1-3/+3
2022-06-17Rename `SLP` to `SLP_MASK` (#89)vulcandth1-1/+1
2022-06-17Rename `SLP` to `SLP_MASK` (#361)vulcandth1-1/+1
2021-11-05Refactorize check button pressed (#340)Yoann Fievez2-4/+4
2021-08-28wcf4b -> wStringBufferRangi1-3/+3
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi3-10/+10
2021-04-08Trim extra newlines from some filesRangi1-1/+0
2021-04-08Trim extra newlines from some filesRangi1-1/+0
2021-03-25Verify data table and name list sizes with assertion macrosRangi3-4/+4
2021-02-13Identify hUILayoutFlagsRangi2-7/+7
2021-02-13Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2-7/+7
2020-11-29Label and document hFFD7 more accuratelySatoMew2-8/+8
2020-11-14Fix file modesdannye6-0/+0
2020-11-05Remove trailing whitespaceRangi1-1/+1
2020-11-05Remove trailing whitespaceRangi1-1/+1
2020-11-05Sync more with pokeredRangi2-37/+4
2020-11-04Sync with pokereddannye10-0/+2902
2020-07-16Define constants for default trainer DVsRangi1-2/+2
2020-07-07Use 'tile' and 'tiles' macrosRangi2-15/+13
2020-07-07Sync coordinate macros with pokecrystalRangi4-56/+56
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi6-9/+9
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi6-81/+81
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi1-3/+3
2020-07-05Port _RemovePokemon documentation from pokeyellowRangi1-33/+33
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi4-69/+72
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi1-2/+2
2020-07-03Move more code from home.asm to home/Rangi1-0/+1
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi6-41/+41