summaryrefslogtreecommitdiff
path: root/home/trainers.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 10:56:28 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 10:56:28 -0500
commitdd73b278b585266922424e09cd99faeeba02a2f4 (patch)
treedfe10f0e37b9de9a90453405db90921ecfc03a48 /home/trainers.asm
parent10bda1f6b2b57d44525b0b32e92fe09c8a2d10d9 (diff)
Resolve some "???" comments
Diffstat (limited to 'home/trainers.asm')
-rw-r--r--home/trainers.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/trainers.asm b/home/trainers.asm
index a5be4068..eb1121bc 100644
--- a/home/trainers.asm
+++ b/home/trainers.asm
@@ -230,7 +230,8 @@ CheckTrainerFlag:: ; unreferenced
PrintWinLossText::
ld a, [wBattleType]
cp BATTLETYPE_CANLOSE
- jr .canlose ; ??????????
+ ; code was probably dummied out here
+ jr .canlose
; unused
ld hl, wWinTextPointer