From 78b6f1a613913536789fe1bcc91b95d6cca54ae9 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Mon, 25 Sep 2017 19:18:33 -0700 Subject: Fix warnings about deprecated mnemonics on newer builds of rgbds --- home.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index 830ece4b..8901a0d9 100644 --- a/home.asm +++ b/home.asm @@ -4592,7 +4592,7 @@ JumpTable:: ld l, a ld de, .returnAddress push de - jp [hl] + jp hl .returnAddress pop bc pop de @@ -4776,7 +4776,7 @@ Bankswitch:: ld [MBC1RomBank], a ret JumpToAddress:: - jp [hl] + jp hl SwitchSRAMBankAndLatchClockData:: push af -- cgit v1.3.1-sl0p