summaryrefslogtreecommitdiff
path: root/battle
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 /battle
parent295604cbb51b0664c92f1a3a675ea7ffc3dc63ca (diff)
Name all printer functions
Diffstat (limited to 'battle')
-rw-r--r--battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm
index 39d4dfaee..888b32497 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -4939,7 +4939,7 @@ PrintPlayerHUD: ; 3dfbf
pop hl
dec hl
- ld a, BREEDMON
+ ld a, TEMPMON
ld [MonType], a
callab GetGender
ld a, " "
@@ -5017,7 +5017,7 @@ DrawEnemyHUD: ; 3e043
ld a, [hl]
ld [de], a
- ld a, BREEDMON
+ ld a, TEMPMON
ld [MonType], a
callab GetGender
ld a, " "