summaryrefslogtreecommitdiff
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-08 01:44:41 -0800
committerYamaArashi <shadow962@live.com>2015-02-08 01:44:41 -0800
commit3870f5e10a1e17f35c78b176272df6b1f516f24e (patch)
tree18905298246c725b735003f6c3b91f5e56203827 /engine/evos_moves.asm
parent1347023128e141dc4cfc71ee6bc689f909e96919 (diff)
named misc functions
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-xengine/evos_moves.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm
index 86b49d30..23bffa8d 100755
--- a/engine/evos_moves.asm
+++ b/engine/evos_moves.asm
@@ -139,7 +139,7 @@ Evolution_PartyMonLoop: ; loop over party mons
ld [wLoadedMonSpecies], a
ld [wHPBarMaxHP + 1], a
ld a, MONSTER_NAME
- ld [W_LISTTYPE], a
+ ld [wNameListType], a
ld a, BANK(TrainerNames) ; bank is not used for monster names
ld [wPredefBank], a
call GetName