housekeeping

This commit is contained in:
scawful
2024-03-09 08:38:45 -05:00
parent df07fd4f65
commit a625d67cb8
6 changed files with 20 additions and 24 deletions

View File

@@ -229,7 +229,7 @@ SpawnPeaShot:
{
LDA.b #$14
JSL Sprite_SpawnDynamically : BMI .return ;89
;store the sub-type
LDA.b #$01 : STA $0E30, Y
LDA.b #$06 : STA $0D80, Y
@@ -239,17 +239,14 @@ SpawnPeaShot:
REP #$20
LDA $0FD8
SEP #$20
STA $0D10, Y
XBA : STA $0D30, Y
STA $0D10, Y : XBA : STA $0D30, Y
REP #$20
LDA $0FDA : CLC : ADC.w #$000C
SEP #$20
STA $0D00, Y
XBA : STA $0D20, Y
STA $0D00, Y : XBA : STA $0D20, Y
TYX
STZ $0D70, X
@@ -266,8 +263,6 @@ SpawnPeaShot:
}
Sprite_DekuScrubEnemy_Draw:
{
JSL Sprite_PrepOamCoord

View File

@@ -102,10 +102,10 @@ incsrc "Sprites/Bosses/mothula.asm"
print "End of mothula.asm ", pc
incsrc "Sprites/Bosses/lanmola.asm"
print "End of Lanmola.asm ", pc
print "End of Lanmola.asm ", pc
incsrc "Sprites/Bosses/lanmola_Expanded.asm"
print "End of Lanmola_Expanded.asm ", pc
print "End of Lanmola_Expanded.asm ", pc
incsrc "Sprites/NPCs/bug_net_kid.asm"