You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Backup prior to global introduction of PERSONTYPE constants
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user