You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
wMonStatusFlags -> wDebugFlags
This commit is contained in:
@@ -1194,8 +1194,8 @@ GiveEgg::
|
||||
ld hl, wPartyMon1Happiness
|
||||
ld bc, PARTYMON_STRUCT_LENGTH
|
||||
call AddNTimes
|
||||
ld a, [wMonStatusFlags]
|
||||
bit 1, a
|
||||
ld a, [wDebugFlags]
|
||||
bit DEBUG_FIELD_F, a
|
||||
ld a, 1
|
||||
jr nz, .got_init_happiness
|
||||
ld a, [wBaseEggSteps]
|
||||
|
Reference in New Issue
Block a user