aboutsummaryrefslogtreecommitdiffstats
path: root/home/pathfinding.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
|
* Identify some unused WRAM variables (#453)Sylvie2024-06-151-1/+1
|
* Identify `wSavedCoordIndex` and its other usagesRangi422023-11-201-1/+1
|
* Reformat map scripts' coordinate and movement dataRangi2020-07-161-1/+1
| | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros
* Move all code out of home.asm into home/Rangi2020-07-071-0/+65
This results in 64 home/*.asm files, comparable to pokecrystal's 57.