aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus/pokedex.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-3/+3
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-7/+7
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-10/+10
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-10/+10
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-12/+12
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-11/+11
| |
* | Identify more bit flags (#119)Sylvie2024-09-291-2/+2
| | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-37/+37
|\|
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-26/+26
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-4/+4
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-4/+4
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-1/+1
|\|
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-201-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-1/+1
|\|
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-051-6/+6
| |
* | Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-1/+1
| |
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+6
| |
* | Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-131-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-6/+6
|\|
| * Label and document hFFD7 more accuratelySatoMew2020-11-291-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-4/+2
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-33/+33
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-2/+2
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-17/+17
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-5/+5
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-031-3/+3
| | | | | | | | To do: turn constants into labels and use ldh
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-3/+3
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-2/+2
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+665
|
* Organize home and macro codeRangi2020-11-051-8/+8
|
* Sync with pokereddannye2020-11-041-0/+745