diff --git a/Sprites/NPCs/old_man.asm b/Sprites/NPCs/old_man.asm new file mode 100644 index 0000000..4afbf28 --- /dev/null +++ b/Sprites/NPCs/old_man.asm @@ -0,0 +1,22 @@ +; ========================================================= +; Old Man Follower Sprite +; + + +; SpritePrep_OldMan +org $1EE910 + LDA.l $7EF342 + CMP.b #$02 + +; Old man gives link the "shovel" +org $1EE9FF + LDY.b #$13 ; ITEMGET 1A + STZ.w $02E9 + +; FindEntrance +org $1BBD3C + CMP.w #$04 + +; Underworld_LoadEntrance +org $02D98B + CMP.w #$02 \ No newline at end of file diff --git a/Sprites/all_sprites.asm b/Sprites/all_sprites.asm index ba54bd1..e43873e 100644 --- a/Sprites/all_sprites.asm +++ b/Sprites/all_sprites.asm @@ -136,6 +136,8 @@ print "End of Lanmola.asm ", pc incsrc "Sprites/Bosses/lanmola_Expanded.asm" print "End of Lanmola_Expanded.asm ", pc +incsrc "Sprites/NPCs/old_man.asm" + ; incsrc "Sprites/Bosses/octoboss.asm" ; print "End of octoboss.asm ", pc