From 342791a001cecbfd8192ced7dd2478485d98fa45 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 1 Sep 2014 17:59:10 -0700 Subject: Use a macro for move attributes. The formatting was pretty bad, so that's fixed too. --- macros.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macros.asm') diff --git a/macros.asm b/macros.asm index 8244c8c9..52518d47 100644 --- a/macros.asm +++ b/macros.asm @@ -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 -- cgit v1.3.1-sl0p