correct mistaken comments

This commit is contained in:
YamaArashi 2016-10-29 02:04:48 -07:00
parent bb1bf5e6a7
commit 4d61c35172
2 changed files with 3 additions and 3 deletions

View file

@ -203,4 +203,4 @@ LINK_STATE_TRADING EQU $32 ; in a link trade
LINKBATTLE_RUN EQU $F
LINKBATTLE_STRUGGLE EQU $E
LINKBATTLE_NO_ACTION EQU $D ; never sent
LINKBATTLE_NO_ACTION EQU $D

View file

@ -3097,8 +3097,8 @@ LinkBattleExchangeData:
cp STRUGGLE
ld b, LINKBATTLE_STRUGGLE
jr z, .next
dec b
inc a
dec b ; LINKBATTLE_NO_ACTION
inc a ; does move equal -1 (i.e. no action)?
jr z, .next
ld a, [wPlayerMoveListIndex]
jr .doExchange