diff options
author | yenatch <yenatch@gmail.com> | 2014-09-01 17:59:10 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-09-01 17:59:10 -0700 |
commit | 342791a001cecbfd8192ced7dd2478485d98fa45 (patch) | |
tree | 649035b5809de2b7c23712ba8bc65b1fd57edfa7 /macros.asm | |
parent | 8f49e37b82a90bbef8c7133c4adea8f82abf00e7 (diff) |
Use a macro for move attributes.
The formatting was pretty bad, so that's fixed too.
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ page EQUS "db $49," ; Start a new Pokedex page. dex EQUS "db $5f, $50" ; End a Pokedex entry. +percent EQUS "* $ff / 100" + + homecall: MACRO ld a, [H_LOADEDROMBANK] push af |