aboutsummaryrefslogtreecommitdiffstats
path: root/home/pokemon.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-23Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi1-5/+1
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi1-5/+5
2025-09-10Misc. naming and cleanup (#139)Narishma-gb1-1/+1
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi1-8/+8
2025-01-28Miscellaneous cleanup (#488)Rangi1-1/+5
2024-09-24Identify more bit flags (#465)Sylvie1-1/+1
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie1-13/+13
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie1-4/+4
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie1-2/+2
2024-07-16Identify various flag labels and bit constants (#454)Sylvie1-4/+4
2021-11-05Refactorize check button pressed (#340)Yoann Fievez1-1/+1
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-3/+3
2020-11-29Label and document hFFD7 more accuratelySatoMew1-5/+5
2020-11-05Organize home and macro codeRangi1-7/+5
2020-11-05Sync home and macro code with pokeyellowRangi1-10/+1
2020-11-04Sync with pokereddannye1-0/+474
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi1-3/+3
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-15/+15
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi1-2/+2
2020-07-03Move more code from home.asm to home/Rangi1-0/+464