Misc fixes for the usage of constants
Several improvements that will make it easier to edit some data structures for everyone.
This commit is contained in:
@@ -3881,11 +3881,11 @@ BattleCommand_Counter: ; 35813
|
||||
ld de, StringBuffer1
|
||||
call GetMoveData
|
||||
|
||||
ld a, [StringBuffer1 + 2]
|
||||
ld a, [StringBuffer1 + MOVE_POWER]
|
||||
and a
|
||||
ret z
|
||||
|
||||
ld a, [StringBuffer1 + 3]
|
||||
ld a, [StringBuffer1 + MOVE_TYPE]
|
||||
cp SPECIAL
|
||||
ret nc
|
||||
|
||||
|
Reference in New Issue
Block a user