Remove trailing spaces

develop
Christophe Parent 2024-05-01 22:53:24 -07:00
parent 48380aa02c
commit 87c7aabce7
1 changed files with 146 additions and 146 deletions

View File

@ -7968,7 +7968,7 @@ CheckRightExtBounds:
beq Inc2B ;is on, and if not, branch to skip this object completely beq Inc2B ;is on, and if not, branch to skip this object completely
CheckForEnemyGroup: 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 and #%00111111
cmp #$37 ;check for value below $37 cmp #$37 ;check for value below $37
bcc BuzzyBeetleMutate bcc BuzzyBeetleMutate