From 219eddf056933c6e5f06903caa73d49de3118a60 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 24 May 2016 17:41:33 -0400 Subject: Update hidden object functions and include them in main --- macros.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros.asm') diff --git a/macros.asm b/macros.asm index b71a5dd9..c4318278 100644 --- a/macros.asm +++ b/macros.asm @@ -262,6 +262,10 @@ dbw: MACRO dw \2 ENDM +dba: MACRO + dbw BANK(\1), \1 + ENDM + ; data format macros RGB: MACRO dw (\3 << 10 | \2 << 5 | \1) -- cgit v1.3.1-sl0p