summaryrefslogtreecommitdiff
path: root/engine/battle/end_of_battle.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/end_of_battle.asm')
-rwxr-xr-xengine/battle/end_of_battle.asm12
1 files changed, 7 insertions, 5 deletions
diff --git a/engine/battle/end_of_battle.asm b/engine/battle/end_of_battle.asm
index 92a1bcda..f3720944 100755
--- a/engine/battle/end_of_battle.asm
+++ b/engine/battle/end_of_battle.asm
@@ -12,14 +12,16 @@ EndOfBattle:
call ClearScreen
callab DisplayLinkBattleVersusTextBox
ld a, [wBattleResult]
- cp $1
+ cp 1
ld de, YouWinText
jr c, .placeWinOrLoseString
ld de, YouLoseText
jr z, .placeWinOrLoseString
ld de, DrawText
-.placeWinOrLoseString
coord hl, 6, 8
+ jr .placeWinOrLoseString
+ coord hl, 6, 8
+.placeWinOrLoseString
call PlaceString
ld c, 200
call DelayFrames
@@ -75,13 +77,13 @@ EndOfBattle:
ret
YouWinText:
- db " GAGNE@"
+ db "GEWONNEN@"
YouLoseText:
- db " PERDU@"
+ db "VERLOREN@"
DrawText:
- db "MATCH NUL@"
+ db "UNENTSCHIEDEN@"
PickUpPayDayMoneyText:
TX_FAR _PickUpPayDayMoneyText