Backup prior to global introduction of PERSONTYPE constants

This commit is contained in:
PikalaxALT
2015-11-15 14:59:38 -05:00
parent b921226aea
commit ead04b3b75
10 changed files with 157 additions and 120 deletions

View File

@@ -124,7 +124,18 @@ GetTileCollision:: ; 185d
; 1875
Function1875:: ; 1875
CheckGrassTile:: ; 1875
; and %00110111
; cp $10
; ret c
; cp $30
; jr nc, .okay
; scf
; ret
; .okay
; xor a
; ret
ld d, a
and $f0
cp $10
@@ -140,7 +151,7 @@ Function1875:: ; 1875
ret z
scf
ret
; For some reason, the above code is duplicated down here.
.ok_20
ld a, d
and 7