diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 10:56:28 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 10:56:28 -0500 |
commit | dd73b278b585266922424e09cd99faeeba02a2f4 (patch) | |
tree | dfe10f0e37b9de9a90453405db90921ecfc03a48 /home/trainers.asm | |
parent | 10bda1f6b2b57d44525b0b32e92fe09c8a2d10d9 (diff) |
Resolve some "???" comments
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 |