From 1ef4c20101e166a07a19d499dcc8c4466ac4cfe9 Mon Sep 17 00:00:00 2001 From: garak Date: Mon, 16 Dec 2019 22:08:54 -0500 Subject: dump some anim commands and movement action funcs --- asm/macros.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'asm/macros.inc') diff --git a/asm/macros.inc b/asm/macros.inc index 4eae2cccc..3cc26c6f7 100644 --- a/asm/macros.inc +++ b/asm/macros.inc @@ -119,6 +119,12 @@ .fill 4 @ padding .endm + .macro overworld_frame ptr:req, width:req, height:req, frame:req + .4byte (\ptr + (\width * \height * \frame * 64) / 2) + .2byte (\width * \height * 64) / 2 + .2byte 0 @ padding + .endm + .macro credits_entry number, text .4byte \number .4byte \text -- cgit v1.2.3