diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-22 23:06:05 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-22 23:06:05 -0400 |
commit | 01fe449837bef1c289d37477745774555d22786e (patch) | |
tree | b89147f4adc0c7bf8aaf8e95a5db648db0b06a2b /macros/asm_macros.asm | |
parent | 98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (diff) |
Updated the intro
Diffstat (limited to 'macros/asm_macros.asm')
-rwxr-xr-x | macros/asm_macros.asm | 4 |
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 |