You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Name all printer functions
This commit is contained in:
@@ -723,7 +723,7 @@ DayCare_InitBreeding: ; 16a3b
|
||||
ld a, [wBreedMon2Species]
|
||||
cp DITTO
|
||||
jr z, .GotDVs
|
||||
ld a, BREEDMON
|
||||
ld a, TEMPMON
|
||||
ld [MonType], a
|
||||
push hl
|
||||
callba GetGender
|
||||
|
||||
@@ -495,7 +495,7 @@ DisplayHOFMon: ; 86748
|
||||
call GetBasePokemonName
|
||||
hlcoord 7, 13
|
||||
call PlaceString
|
||||
ld a, BREEDMON
|
||||
ld a, TEMPMON
|
||||
ld [MonType], a
|
||||
callba GetGender
|
||||
ld a, " "
|
||||
|
||||
Reference in New Issue
Block a user