You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify some more WRAM labels
This commit is contained in:
@@ -254,7 +254,7 @@ HatchEggs:
|
||||
ld [wCurSpecies], a
|
||||
call GetPokemonName
|
||||
xor a
|
||||
ld [wd26b], a
|
||||
ld [wUnusedEggHatchFlag], a
|
||||
call GetBaseData
|
||||
ld a, [wCurPartyMon]
|
||||
ld hl, wPartyMon1
|
||||
@@ -325,8 +325,8 @@ HatchEggs:
|
||||
pop de
|
||||
jr c, .nonickname
|
||||
|
||||
ld a, $1
|
||||
ld [wd26b], a
|
||||
ld a, TRUE
|
||||
ld [wUnusedEggHatchFlag], a
|
||||
xor a
|
||||
ld [wMonType], a
|
||||
push de
|
||||
|
Reference in New Issue
Block a user