summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2016-07-29 10:40:54 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2016-07-29 10:40:54 -0400
commitd84ebd212434dd754729543b257cd17fed9e54d4 (patch)
tree47cd66fd7031ab581414013c1bd33bfe7802629e /engine
parenta32b6ccbb5b9ad15befa3b9893659f2ceabd1ba0 (diff)
pitchoffset macro to replace forceoctave
Diffstat (limited to 'engine')
-rwxr-xr-xengine/events_3.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events_3.asm b/engine/events_3.asm
index d37d6c33a..01b8d7046 100755
--- a/engine/events_3.asm
+++ b/engine/events_3.asm
@@ -65,7 +65,7 @@ ReturnFromMapSetupScript:: ; b8000
ld a, [wPreviousLandmark]
cp c
ret z
- cp $0
+ cp SPECIAL_MAP
ret
; b8070