Fix some mobile script and map sign things

This commit is contained in:
mid-kid
2019-09-23 15:09:49 +02:00
parent 29deef86f8
commit 7111ae8e58
6 changed files with 24 additions and 20 deletions

View File

@@ -330,7 +330,7 @@ CopyWarpData::
ld bc, 2 ; warp number
add hl, bc
ld a, [hli]
cp $ff
cp -1
jr nz, .skip
ld hl, wBackupWarpNumber
ld a, [hli]
@@ -679,7 +679,7 @@ endr
ld [wXCoord], a
; destination warp number
ld a, [hli]
cp $ff
cp -1
jr nz, .skip
call .backup