aboutsummaryrefslogtreecommitdiffstats
path: root/home/pathfinding.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-16Reformat map scripts' coordinate and movement dataRangi1-1/+1
'dbmapcoord' has X, Y order like other coordinate-related data macros
2020-07-07Move all code out of home.asm into home/Rangi1-0/+65
This results in 64 home/*.asm files, comparable to pokecrystal's 57.