diff options
Diffstat (limited to 'home/trainers.asm')
-rw-r--r-- | home/trainers.asm | 3 |
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 |