diff options
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 |