summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-11 17:16:03 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-11 17:16:03 -0400
commitaf0119ca7e73c21205b5bb89bb9361db9aafa15f (patch)
tree4772eb5347f5f67d13ae874eced136aa6e987a31 /event
parent295604cbb51b0664c92f1a3a675ea7ffc3dc63ca (diff)
Name all printer functions
Diffstat (limited to 'event')
-rwxr-xr-xevent/daycare.asm2
-rwxr-xr-xevent/halloffame.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/event/daycare.asm b/event/daycare.asm
index 3fa8e30c2..a6d8842a9 100755
--- a/event/daycare.asm
+++ b/event/daycare.asm
@@ -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
diff --git a/event/halloffame.asm b/event/halloffame.asm
index 4d318cafe..10073ba7c 100755
--- a/event/halloffame.asm
+++ b/event/halloffame.asm
@@ -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, " "