mirror of https://github.com/pret/pokecrystal.git
Merge pull request #546 from Rangi42/master
Reword bug docs now that they use diffs
This commit is contained in:
commit
ee8479f05e
File diff suppressed because it is too large
Load Diff
|
@ -2679,7 +2679,7 @@ TruncateHL_BC:
|
|||
|
||||
.finish
|
||||
ld a, [wLinkMode]
|
||||
cp 3
|
||||
cp LINK_COLOSSEUM
|
||||
jr z, .done
|
||||
; If we go back to the loop point,
|
||||
; it's the same as doing this exact
|
||||
|
|
Loading…
Reference in New Issue