maku tree gives link heart container instead of moon pearl

This commit is contained in:
scawful
2024-06-05 11:11:53 -04:00
parent cdb748f413
commit 2e05e32442

View File

@@ -12,7 +12,7 @@
!SmallShadow = 00 ; 01 = small shadow, 00 = no shadow !SmallShadow = 00 ; 01 = small shadow, 00 = no shadow
!Shadow = 00 ; 00 = don't draw shadow, 01 = draw a shadow !Shadow = 00 ; 00 = don't draw shadow, 01 = draw a shadow
!Palette = 0 ; Unused in this template (can be 0 to 7) !Palette = 0 ; Unused in this template (can be 0 to 7)
!Hitbox = $0D ; 00 to 31, can be viewed in sprite draw tool !Hitbox = $1D ; 00 to 31, can be viewed in sprite draw tool
!Persist = 00 ; 01 = your sprite continue to live offscreen !Persist = 00 ; 01 = your sprite continue to live offscreen
!Statis = 00 ; 00 = is sprite is alive?, (kill all enemies room) !Statis = 00 ; 00 = is sprite is alive?, (kill all enemies room)
!CollisionLayer = 00 ; 01 = will check both layer for collision !CollisionLayer = 00 ; 01 = will check both layer for collision
@@ -92,8 +92,8 @@ Sprite_MakuTree_Main:
MakuTree_GiveMoonPearl: MakuTree_GiveMoonPearl:
{ {
; Give Link the Moon Pearl ; Give Link a heart container
LDY #$1F : JSL Link_ReceiveItem LDY #$3E : JSL Link_ReceiveItem
%GotoAction(0) %GotoAction(0)
RTS RTS
} }