summaryrefslogtreecommitdiff
path: root/asm/macros.inc
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros.inc')
-rw-r--r--asm/macros.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/asm/macros.inc b/asm/macros.inc
index 3cc26c6f7..ffbe3db29 100644
--- a/asm/macros.inc
+++ b/asm/macros.inc
@@ -158,3 +158,12 @@
.byte \bg, \top, \left, \height, \width, \palno
.2byte \baseBlock
.endm
+
+ .macro abspath relative
+ .if REVISION == 0
+ .ascii "C:/WORK/POKeFRLG/src/pm_lgfr_ose/source/"
+ .else
+ .ascii "C:/WORK/POKeFRLG/Src/pm_lgfr_ose/source/"
+ .endif
+ .asciz "\relative"
+ .endm