aboutsummaryrefslogtreecommitdiffstats
path: root/home/window.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-6/+6
|
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-8/+8
|
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-3/+3
|
* Identify more flag bits (#464)Sylvie2024-09-231-7/+7
|
* Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
|
* Add some constants for options (#344)Yoann Fievez2021-11-051-1/+1
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Refactorize check button pressed (#340)Yoann Fievez2021-11-051-1/+1
|
* Identify hUILayoutFlagsRangi2021-02-131-2/+2
|
* $ec = "▷"Rangi2020-07-161-1/+1
|
* Revise some map scripts, mostly for getting itemsRangi2020-07-161-1/+1
|
* Move all code out of home.asm into home/Rangi2020-07-071-0/+294
This results in 64 home/*.asm files, comparable to pokecrystal's 57.