diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2016-07-29 10:40:54 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2016-07-29 10:40:54 -0400 |
commit | d84ebd212434dd754729543b257cd17fed9e54d4 (patch) | |
tree | 47cd66fd7031ab581414013c1bd33bfe7802629e /engine | |
parent | a32b6ccbb5b9ad15befa3b9893659f2ceabd1ba0 (diff) |
pitchoffset macro to replace forceoctave
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/events_3.asm | 2 |
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 |