diff options
Diffstat (limited to 'home/trainers.asm')
-rw-r--r-- | home/trainers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/trainers.asm b/home/trainers.asm index 575af65a7..337c67709 100644 --- a/home/trainers.asm +++ b/home/trainers.asm @@ -247,7 +247,7 @@ PrintWinLossText:: ; 3718 .canlose ld a, [wBattleResult] ld hl, wWinTextPointer - and $f + and $f ; WIN? jr z, .ok ld hl, wLossTextPointer |