summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm11
1 files changed, 6 insertions, 5 deletions
diff --git a/home.asm b/home.asm
index 2d3d0b456..292769cc9 100644
--- a/home.asm
+++ b/home.asm
@@ -1600,20 +1600,21 @@ CheckTrainerFlag:: ; 36f5
; 3718
-Function3718:: ; 3718
+PrintWinLossText:: ; 3718
ld a, [BattleType]
cp BATTLETYPE_CANLOSE
- jr .canlose
+ jr .canlose ; ??????????
- ld hl, WalkingTile
+; unreferenced
+ ld hl, wWinTextPointer
jr .ok
.canlose
ld a, [wBattleResult]
- ld hl, WalkingTile
+ ld hl, wWinTextPointer
and $f
jr z, .ok
- ld hl, wd048 + 1
+ ld hl, wLossTextPointer
.ok
ld a, [hli]