summaryrefslogtreecommitdiff
path: root/macros/asm_macros.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2018-06-26 22:09:09 -0500
committerGitHub <noreply@github.com>2018-06-26 22:09:09 -0500
commit6ba3765c5932996f5da6417ae703794ff10bb1cb (patch)
treef8156a300730857439533eb62a9422da9b808fa5 /macros/asm_macros.asm
parent98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (diff)
parent808c2509b00903478dfdad1830bef6358d93b7dd (diff)
Merge pull request #184 from Pokeglitch/intro-updates
Updated the intro
Diffstat (limited to 'macros/asm_macros.asm')
-rwxr-xr-xmacros/asm_macros.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/asm_macros.asm b/macros/asm_macros.asm
index 5cf5a809..28d2d95e 100755
--- a/macros/asm_macros.asm
+++ b/macros/asm_macros.asm
@@ -186,3 +186,7 @@ tx_pre_jump: MACRO
tx_pre_id \1
jp PrintPredefTextID
ENDM
+
+ldPal: MACRO
+ ld \1, \2 << 6 | \3 << 4 | \4 << 2 | \5
+ENDM