You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix some mobile script and map sign things
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user