mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
|
.finish
|
||||||
ld a, [wLinkMode]
|
ld a, [wLinkMode]
|
||||||
cp 3
|
cp LINK_COLOSSEUM
|
||||||
jr z, .done
|
jr z, .done
|
||||||
; If we go back to the loop point,
|
; If we go back to the loop point,
|
||||||
; it's the same as doing this exact
|
; it's the same as doing this exact
|
||||||
|
9
wram.asm
9
wram.asm
@ -158,11 +158,10 @@ wDisableTextAcceleration:: db
|
|||||||
wPreviousLandmark:: db
|
wPreviousLandmark:: db
|
||||||
wCurrentLandmark:: db
|
wCurrentLandmark:: db
|
||||||
wLandmarkSignTimer:: dw
|
wLandmarkSignTimer:: dw
|
||||||
wLinkMode:: ; c2dc
|
|
||||||
; 0 not in link battle
|
wLinkMode::
|
||||||
; 1 link battle
|
; a LINK_* value for the link type
|
||||||
; 4 mobile battle
|
db ; c2dc
|
||||||
db
|
|
||||||
|
|
||||||
wScriptVar:: db ; c2dd
|
wScriptVar:: db ; c2dd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user