You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Events and some WRAM cleanup
This commit is contained in:
@@ -575,7 +575,7 @@ GetHeritableMoves: ; 17197
|
||||
ld a, [wBreedMon2Species]
|
||||
cp DITTO
|
||||
jr z, .ditto2
|
||||
ld a, [wDittoInDaycare]
|
||||
ld a, [wBreedMotherOrNonDitto]
|
||||
and a
|
||||
ret z
|
||||
ld hl, wBreedMon1Moves
|
||||
@@ -633,7 +633,7 @@ GetBreedmonMovePointer: ; 1720b
|
||||
ld a, [wBreedMon2Species]
|
||||
cp DITTO
|
||||
jr z, .ditto
|
||||
ld a, [wDittoInDaycare]
|
||||
ld a, [wBreedMotherOrNonDitto]
|
||||
and a
|
||||
ret z
|
||||
|
||||
|
||||
Reference in New Issue
Block a user