summaryrefslogtreecommitdiff
path: root/macros/data.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/data.asm')
-rw-r--r--macros/data.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/data.asm b/macros/data.asm
index d01abb8ea..8345a2523 100644
--- a/macros/data.asm
+++ b/macros/data.asm
@@ -99,6 +99,13 @@ dsprite: MACRO
ENDM
+menu_coords: MACRO
+; x1, y1, x2, y2
+ db \2, \1 ; start coords
+ db \4, \3 ; end coords
+ENDM
+
+
sine_wave: MACRO
; \1: amplitude
x = 0