From 940256569b84e71c5a448709d67964735ff4a5c9 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 28 Oct 2018 17:16:55 +0100 Subject: =?UTF-8?q?text=5Fjump=20=E2=86=92=20text=5Ffar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. --- macros/scripts/text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/scripts/text.asm') diff --git a/macros/scripts/text.asm b/macros/scripts/text.asm index d1fec35db..3c23c4b16 100644 --- a/macros/scripts/text.asm +++ b/macros/scripts/text.asm @@ -131,7 +131,7 @@ current_day: MACRO ENDM enum TX_FAR ; $16 -text_jump: MACRO +text_far: MACRO db TX_FAR dw \1 db BANK(\1) -- cgit v1.2.3