Move arrghus to Sprites/Bosses

This commit is contained in:
scawful
2024-02-24 08:09:58 -05:00
parent ae10c6f74b
commit 253fe3174d
2 changed files with 12 additions and 14 deletions

View File

@@ -1,27 +0,0 @@
pullpc ; Bank 33
AdvancedArrghus:
{
LDA $0CAA, Y : ORA.b #$08 : STA $0CAA, Y
LDA.b #$04 : STA $0CD2, Y
JSL Sprite_SpawnFireball
LDA.b #$50 : STA $0DF0, X
RTL
}
pushpc
org $1E7F21
Sprite3_Move:
; *$F3593-$F35C7 JUMP LOCATION
org $1EB593
Arrghus_ApproachTargetSpeed:
{
LDA $0DF0, X : BNE .delay
INC $0D80, X
JSL AdvancedArrghus : NOP
.delay
}

View File

@@ -19,9 +19,6 @@ print "End of object_handler.asm ", pc
incsrc "Dungeons/together_warp_tag.asm"
print "End of together_warp_tag.asm ", pc
incsrc "Dungeons/arrghus.asm"
print "End of arrghus.asm ", pc
incsrc "Dungeons/spike_subtype.asm"
print "End of spike_subtype.asm ", pc