Use constants for bit/set/res more
This commit is contained in:
@@ -247,7 +247,7 @@ PrintWinLossText:: ; 3718
|
||||
.canlose
|
||||
ld a, [wBattleResult]
|
||||
ld hl, wWinTextPointer
|
||||
and $f
|
||||
and $f ; WIN?
|
||||
jr z, .ok
|
||||
ld hl, wLossTextPointer
|
||||
|
||||
|
Reference in New Issue
Block a user