You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
give/takeitem *, 1: the 1 is optional
This commit is contained in:
@ -1197,9 +1197,9 @@ ApplyPersonFacing: ; 0x9728b
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
push bc
|
||||
call Function1836
|
||||
call DoesSpriteHaveFacings
|
||||
pop bc
|
||||
jr c, .not_visible ; 0x9729c $1b
|
||||
jr c, .not_visible ; STILL_SPRITE
|
||||
ld hl, OBJECT_FLAGS1
|
||||
add hl, bc
|
||||
bit 2, [hl]
|
||||
|
Reference in New Issue
Block a user