Thread: Baldies
View Single Post
Old 24 May 2020, 16:47   #22
OmegaMax
Knight Of The Kingdom
 
OmegaMax's Avatar
 
Join Date: Feb 2016
Location: It's a bald world!
Posts: 179
Had a look through the code as I couldn't use the spade and now I know why.When it says not enough baldies to use the spade it has nothing to do with how many baldies you actually have.It checks how many enemies are active and then increases a counter,you need to leave a minimum of 3 enemies alive in order to get access to the spade.


Code:
 cmp.w #2,_nmeactivecount 
 bgt SpadeCheckContinue
 rts
SpadeCheckContinue:
 add.l #1,_spadeInactivecounter
 tst.w _spadeactiveflag
 bne MoreCode
 cmp.l #5000,_spadeInactivecounter
 blt MoreCode
 move.w #1,_spadeactiveflag
OmegaMax is offline  
 
Page generated in 0.04253 seconds with 11 queries