aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/ssanne.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 /engine/overworld/ssanne.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 'engine/overworld/ssanne.asm')
-rwxr-xr-xengine/overworld/ssanne.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/ssanne.asm b/engine/overworld/ssanne.asm
index 712c53ed..ea4747ce 100755
--- a/engine/overworld/ssanne.asm
+++ b/engine/overworld/ssanne.asm
@@ -16,7 +16,7 @@ AnimateBoulderDust:
ld bc, .returnAddress
push bc
ld c, 4
- jp [hl]
+ jp hl
.returnAddress
ld a, [rOBP1]
xor %01100100