aboutsummaryrefslogtreecommitdiffstats
path: root/home/hidden_objects.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use macros to enforce "hidden object" constraints, and rename them to ↵Rangi2026-01-071-39/+0
| | | | "hidden events" (#559)
* Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-4/+4
|
* Identify the unnamed HRAM variables and one WRAM label (#438)Vortyne2023-11-201-1/+1
|
* Refactorize check button pressed (#340)Yoann Fievez2021-11-051-1/+1
|
* Move all code out of home.asm into home/Rangi2020-07-071-0/+39
This results in 64 home/*.asm files, comparable to pokecrystal's 57.