You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge pull request #546 from Rangi42/master
Reword bug docs now that they use diffs
This commit is contained in:
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
|
||||
|
9
wram.asm
9
wram.asm
@@ -158,11 +158,10 @@ wDisableTextAcceleration:: db
|
||||
wPreviousLandmark:: db
|
||||
wCurrentLandmark:: db
|
||||
wLandmarkSignTimer:: dw
|
||||
wLinkMode:: ; c2dc
|
||||
; 0 not in link battle
|
||||
; 1 link battle
|
||||
; 4 mobile battle
|
||||
db
|
||||
|
||||
wLinkMode::
|
||||
; a LINK_* value for the link type
|
||||
db ; c2dc
|
||||
|
||||
wScriptVar:: db ; c2dd
|
||||
|
||||
|
Reference in New Issue
Block a user