You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More engine flag constants
This commit is contained in:
@@ -812,7 +812,7 @@ NamePlayer: ; 0x6074
|
||||
ld hl, PlayerName
|
||||
ld de, .Chris
|
||||
ld a, [wPlayerGender]
|
||||
bit 0, a
|
||||
bit PLAYERGENDER_FEMALE_F, a
|
||||
jr z, .Male
|
||||
ld de, .Kris
|
||||
.Male:
|
||||
@@ -988,7 +988,7 @@ Intro_PlacePlayerSprite: ; 61cd
|
||||
|
||||
ld b, PAL_OW_RED
|
||||
ld a, [wPlayerGender]
|
||||
bit 0, a
|
||||
bit PLAYERGENDER_FEMALE_F, a
|
||||
jr z, .male
|
||||
ld b, PAL_OW_BLUE
|
||||
.male
|
||||
|
Reference in New Issue
Block a user