You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
wStatusFlags/2 bit constants
This commit is contained in:
@@ -108,7 +108,7 @@ InitPokedex: ; 40063
|
||||
|
||||
Pokedex_CheckUnlockedUnownMode: ; 400a2
|
||||
ld a, [wStatusFlags]
|
||||
bit 1, a
|
||||
bit STATUSFLAGS_UNOWN_DEX_F, a
|
||||
jr nz, .unlocked
|
||||
|
||||
xor a
|
||||
|
Reference in New Issue
Block a user