You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
wStatusFlags/2 bit constants
This commit is contained in:
@@ -541,7 +541,7 @@ Continue_LoadMenuHeader: ; 5ebf
|
||||
ld [hBGMapMode], a
|
||||
ld hl, .MenuDataHeader_Dex
|
||||
ld a, [wStatusFlags]
|
||||
bit 0, a ; pokedex
|
||||
bit STATUSFLAGS_POKEDEX_F, a
|
||||
jr nz, .show_menu
|
||||
ld hl, .MenuDataHeader_NoDex
|
||||
|
||||
@@ -640,7 +640,7 @@ Continue_DisplayBadgeCount: ; 5f58
|
||||
|
||||
Continue_DisplayPokedexNumCaught: ; 5f6b
|
||||
ld a, [wStatusFlags]
|
||||
bit 0, a ; Pokedex
|
||||
bit STATUSFLAGS_POKEDEX_F, a
|
||||
ret z
|
||||
push hl
|
||||
ld hl, PokedexCaught
|
||||
|
Reference in New Issue
Block a user