Remove trailing spaces
parent
48380aa02c
commit
87c7aabce7
|
@ -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