summaryrefslogtreecommitdiff
path: root/engine/battle/4_2.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/battle/4_2.asm
parent1347023128e141dc4cfc71ee6bc689f909e96919 (diff)
named misc functions
Diffstat (limited to 'engine/battle/4_2.asm')
-rwxr-xr-xengine/battle/4_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/4_2.asm b/engine/battle/4_2.asm
index 8d8c6077..bac0a2d1 100755
--- a/engine/battle/4_2.asm
+++ b/engine/battle/4_2.asm
@@ -60,7 +60,7 @@ EndOfBattle: ; 137aa (4:77aa)
ld [hli], a
ld [hl], a
ld [wListScrollOffset], a
- ld hl, wd060
+ ld hl, wPlayerStatsToDouble
ld b, $18
.loop
ld [hli], a
@@ -402,7 +402,7 @@ GetTrainerName_: ; 13a58 (4:7a58)
jr z, .rival
ld [wd0b5], a
ld a, TRAINER_NAME
- ld [W_LISTTYPE], a
+ ld [wNameListType], a
ld a, BANK(TrainerNames)
ld [wPredefBank], a
call GetName