Move arrghus to Sprites/Bosses
This commit is contained in:
@@ -19,9 +19,6 @@ print "End of object_handler.asm ", pc
|
|||||||
incsrc "Dungeons/together_warp_tag.asm"
|
incsrc "Dungeons/together_warp_tag.asm"
|
||||||
print "End of together_warp_tag.asm ", pc
|
print "End of together_warp_tag.asm ", pc
|
||||||
|
|
||||||
incsrc "Dungeons/arrghus.asm"
|
|
||||||
print "End of arrghus.asm ", pc
|
|
||||||
|
|
||||||
incsrc "Dungeons/spike_subtype.asm"
|
incsrc "Dungeons/spike_subtype.asm"
|
||||||
print "End of spike_subtype.asm ", pc
|
print "End of spike_subtype.asm ", pc
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,3 @@
|
|||||||
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
|
pushpc
|
||||||
|
|
||||||
org $1E7F21
|
org $1E7F21
|
||||||
@@ -24,4 +14,15 @@ Arrghus_ApproachTargetSpeed:
|
|||||||
JSL AdvancedArrghus : NOP
|
JSL AdvancedArrghus : NOP
|
||||||
|
|
||||||
.delay
|
.delay
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pullpc
|
||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user