Remove trailing spaces
parent
6d8ed0eb00
commit
96398d5f65
|
@ -7968,7 +7968,7 @@ CheckRightExtBounds:
|
|||
beq Inc2B ;is on, and if not, branch to skip this object completely
|
||||
|
||||
CheckForEnemyGroup:
|
||||
lda (EnemyData),y ;get second byte and mask out 2 MSB
|
||||
lda (EnemyData),y ;get second byte and mask out 2 MSB
|
||||
and #%00111111
|
||||
cmp #$37 ;check for value below $37
|
||||
bcc BuzzyBeetleMutate
|
||||
|
|
Loading…
Reference in New Issue