Move Lanmolas to Sprites/Bosses

This commit is contained in:
scawful
2024-03-09 08:31:21 -05:00
parent daa455546b
commit 4b4e60929b
4 changed files with 15 additions and 17 deletions

View File

@@ -21,11 +21,3 @@ print "End of spike_subtype.asm ", pc
incsrc "Dungeons/house_tag.asm" incsrc "Dungeons/house_tag.asm"
print "End of house_tag.asm ", pc print "End of house_tag.asm ", pc
incsrc "Dungeons/Lanmola.asm"
print "End of Lanmola.asm ", pc
incsrc "Dungeons/Lanmola_Expanded.asm"
print "End of Lanmola_Expanded.asm ", pc

View File

@@ -22,7 +22,7 @@ Ancilla_SpawnFallingPrize:
RTL RTL
; ============================================================================== ; =========================================================
Lanmola_DrawDirtLONG: Lanmola_DrawDirtLONG:
{ {
@@ -35,7 +35,7 @@ Lanmola_DrawDirtLONG:
RTL RTL
} }
; ============================================================================== ; =========================================================
Lanmola_DrawDirt: Lanmola_DrawDirt:
{ {
@@ -128,7 +128,7 @@ Lanmola_DrawDirt:
RTS RTS
} }
; ============================================================================== ; =========================================================
Sprite_Lanmola_Init_DataLONG: Sprite_Lanmola_Init_DataLONG:
{ {
@@ -141,7 +141,7 @@ Sprite_Lanmola_Init_DataLONG:
RTL RTL
} }
; ============================================================================== ; =========================================================
Sprite_Lanmola_Init_Data: Sprite_Lanmola_Init_Data:
{ {
@@ -262,7 +262,7 @@ Sprite_Lanmola_Init_Data:
;7EEACA ;7EEACA
} }
; ============================================================================== ; =========================================================
Lanmola_MoveSegment: Lanmola_MoveSegment:
{ {
@@ -321,7 +321,7 @@ Lanmola_MoveSegment:
RTL RTL
} }
; ============================================================================== ; =========================================================
SetShrapnelTimer: SetShrapnelTimer:
{ {
@@ -332,7 +332,7 @@ SetShrapnelTimer:
RTL RTL
} }
; ============================================================================== ; =========================================================
CheckIfActive: CheckIfActive:
{ {
@@ -349,5 +349,5 @@ CheckIfActive:
RTL RTL
} }
print pc
; ============================================================================== ; =========================================================

View File

@@ -101,6 +101,12 @@ print "End of arrghus.asm ", pc
incsrc "Sprites/Bosses/mothula.asm" incsrc "Sprites/Bosses/mothula.asm"
print "End of mothula.asm ", pc print "End of mothula.asm ", pc
incsrc "Sprites/Bosses/lanmola.asm"
print "End of Lanmola.asm ", pc
incsrc "Sprites/Bosses/lanmola_Expanded.asm"
print "End of Lanmola_Expanded.asm ", pc
incsrc "Sprites/NPCs/bug_net_kid.asm" incsrc "Sprites/NPCs/bug_net_kid.asm"
warnpc $328000 warnpc $328000