summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2017-09-26 12:02:00 -0500
committerGitHub <noreply@github.com>2017-09-26 12:02:00 -0500
commitdcbeb6b641f97a7840ad18c76e3aec1089d184d5 (patch)
tree9ade0c53b1a5e11e059e7be6d44e35eb13e6c4f5 /home.asm
parent1ce6731d98388ecacf94036cd26d0125eebbb943 (diff)
parent78b6f1a613913536789fe1bcc91b95d6cca54ae9 (diff)
Merge pull request #26 from Pokechu22/mnemonic-warnings
Fix warnings about deprecated mnemonics on newer builds of rgbds
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
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