diff options
Diffstat (limited to 'engine/overworld/spawn_points.asm')
-rwxr-xr-x | engine/overworld/spawn_points.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/spawn_points.asm b/engine/overworld/spawn_points.asm index 17c2949..81b04b0 100755 --- a/engine/overworld/spawn_points.asm +++ b/engine/overworld/spawn_points.asm @@ -46,7 +46,7 @@ IsSpawnPoint: ; 03:47b6 jr z, .succeed
.next
push bc
- ld bc, 4
+ ld bc, SPAWN_POINT_SIZE
add hl, bc
pop bc
inc c
|