summaryrefslogtreecommitdiff
path: root/engine/battle
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-01-10 19:22:29 +1300
committereinstein95 <einstein95@users.noreply.github.com>2017-01-10 19:22:29 +1300
commitd5dd5b2dd18815a9897aadc50dd7d5dbd431d572 (patch)
treeb7e20cbfcc938aff7c14af7992cfa42304d96bec /engine/battle
parent653072192ccd9759ff44d8c86f8dc10a19756208 (diff)
44 to go
Diffstat (limited to 'engine/battle')
-rwxr-xr-xengine/battle/end_of_battle.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/engine/battle/end_of_battle.asm b/engine/battle/end_of_battle.asm
index f3720944..190992dc 100755
--- a/engine/battle/end_of_battle.asm
+++ b/engine/battle/end_of_battle.asm
@@ -14,12 +14,13 @@ EndOfBattle:
ld a, [wBattleResult]
cp 1
ld de, YouWinText
- jr c, .placeWinOrLoseString
+ jr c, .unk
ld de, YouLoseText
- jr z, .placeWinOrLoseString
+ jr z, .unk
ld de, DrawText
- coord hl, 6, 8
+ coord hl, 4, 8
jr .placeWinOrLoseString
+.unk
coord hl, 6, 8
.placeWinOrLoseString
call PlaceString