summaryrefslogtreecommitdiff
path: root/home/trainers.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 11:09:02 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 11:09:02 -0500
commit9b3c45b14d40d084b6301129d25376ee115b25ad (patch)
tree70b6dc198e201c9df6dc266c9676ebb55a8153c4 /home/trainers.asm
parentcd3fb2ca724475df55f2a2f908761d100bcf2a4b (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 eac8101e8..87f82cf0a 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