aboutsummaryrefslogtreecommitdiffstats
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-09-29 22:41:34 -0400
committerGitHub <noreply@github.com>2017-09-29 22:41:34 -0400
commit5c2419383118280465a89657fed34ed6562f2981 (patch)
tree4844873fcd027d8f238be629d283663d5fcafc9b /home.asm
parentAdd Gen 3 disassemblies. (diff)
parentUpdate Travis configuration to use rgbds 0.3.3 (diff)
downloadpokeyellow-5c2419383118280465a89657fed34ed6562f2981.tar.gz
pokeyellow-5c2419383118280465a89657fed34ed6562f2981.tar.xz
pokeyellow-5c2419383118280465a89657fed34ed6562f2981.zip
Merge pull request #167 from Pokechu22/rgbds-0.3.3
Update for RGBDS 0.3.3
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index 3d0adfff..2e765b81 100644
--- a/home.asm
+++ b/home.asm
@@ -2966,7 +2966,7 @@ Bankswitch::
ld [MBC1RomBank],a
ld bc,.Return
push bc
- jp [hl]
+ jp hl
.Return
pop bc
ld a,b
@@ -4422,7 +4422,7 @@ CallFunctionInTable::
ld l, a
ld de, .returnAddress
push de
- jp [hl]
+ jp hl
.returnAddress
pop bc
pop de
@@ -4605,7 +4605,7 @@ CheckForHiddenObjectOrBookshelfOrCardKeyDoor::
ld [H_LOADEDROMBANK], a
ld de, .returnAddress
push de
- jp [hl]
+ jp hl
.returnAddress
xor a
jr .done