summaryrefslogtreecommitdiff
path: root/battle/core.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-16 13:35:43 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-16 13:35:43 -0400
commit4fa6c6daa46935c7580a60a22bd9216414246dc0 (patch)
treeac6d9963a55214087d9b81b510409b6fdffcb164 /battle/core.asm
parent1e2ff967aa11ed0bcdd1dd069bde67724d3851c2 (diff)
Split up bank 2; other relabelings
Diffstat (limited to 'battle/core.asm')
-rw-r--r--battle/core.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/battle/core.asm b/battle/core.asm
index 24fe5b820..4954c4cd3 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -8870,7 +8870,7 @@ Function3f85f: ; 3f85f
ld a, [de]
and a
jr z, .asm_3f8c9
- ld a, [wd4b4]
+ ld a, [wSavedAtLeastOnce]
and a
jr z, .asm_3f8c9
push hl
@@ -8967,7 +8967,7 @@ Function3f85f: ; 3f85f
ret
.asm_3f92b
- ld a, [wd4b4]
+ ld a, [wSavedAtLeastOnce]
and a
ret nz
ld de, .Scores
@@ -8981,9 +8981,9 @@ Function3f85f: ; 3f85f
; 3f947
.Format ; 3f947
- db " --- ", $22, " - - -@"
+ db " --- <LNBRK> - - -@"
.Record ; 3f964
- db $52, "'s RECORD@"
+ db "<PLAYER>'s RECORD@"
.Result ; 3f96e
db "RESULT WIN LOSE DRAW@"
.Total ; 3f983