aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus/pokedex.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Label and document hFFD7 more accuratelySatoMew2020-11-291-3/+3
|
* 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