diff options
Diffstat (limited to 'engine/events')
| -rwxr-xr-x | engine/events/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm index 8a6d0f4..ec43e46 100755 --- a/engine/events/overworld.asm +++ b/engine/events/overworld.asm @@ -51,7 +51,7 @@ TeleportFunction: ; 03:52db ret
.not_spawn
ld a, c
- ld [wDebugWarpSelection], a
+ ld [wDefaultSpawnpoint], a
ld a, $01
ld [wFieldMoveScriptID], a
ret
|
