summaryrefslogtreecommitdiff
path: root/asm/macros.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros.s')
-rw-r--r--asm/macros.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/asm/macros.s b/asm/macros.s
index d0afa8460..6dbc42190 100644
--- a/asm/macros.s
+++ b/asm/macros.s
@@ -97,3 +97,8 @@
.2byte 0x7fff
.fill 6 @ padding
.endm
+
+ .macro credits_entry number, text
+ .4byte \number
+ .4byte \text
+ .endm