aboutsummaryrefslogtreecommitdiffstats
path: root/home/move_mon.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-1/+1
|
* Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-1/+1
|
* Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
|
* Sync home and macro code with pokeyellowRangi2020-11-051-20/+2
|
* Move all code out of home.asm into home/Rangi2020-07-071-0/+15
| | | | This results in 64 home/*.asm files, comparable to pokecrystal's 57.
* Use HIGH() and LOW()Rangi2020-07-071-5/+5
|
* callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-2/+2
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-37/+37
|
* Move more code from home.asm to home/Rangi2020-07-031-0/+242