diff options
| author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-15 07:19:24 -0400 |
|---|---|---|
| committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-15 07:19:24 -0400 |
| commit | 3c2daf8f03499c2376da954ca41a1ffe4dc78775 (patch) | |
| tree | e5515f7fa940bd2731faf1e18bd39b5b4837338b /engine/events | |
| parent | c3b0443d8b9280fcb5d852e188037cf40ce4522c (diff) | |
Disassembled spawn points
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
|
