Remove trailing spaces

develop
Christophe Parent 2024-05-01 22:49:20 -07:00
parent 6d8ed0eb00
commit 96398d5f65
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
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