You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use constants for bit/set/res more
This commit is contained in:
@@ -5390,8 +5390,8 @@ INCLUDE "engine/battle/move_effects/teleport.asm"
|
||||
|
||||
SetBattleDraw: ; 36804
|
||||
ld a, [wBattleResult]
|
||||
and $c0
|
||||
or $2
|
||||
and BATTLERESULT_BITMASK
|
||||
or DRAW
|
||||
ld [wBattleResult], a
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user