From 01fe449837bef1c289d37477745774555d22786e Mon Sep 17 00:00:00 2001 From: Pokeglitch Date: Fri, 22 Jun 2018 23:06:05 -0400 Subject: Updated the intro --- macros/asm_macros.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros') 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 -- cgit v1.3.1-sl0p