Language…
11 users online:  Burning Loaf, Enan63, Firstnamebutt, gabriel09213535, Green, LadiesMan217, lordkronos100, Neuromancer, Skye, SubconsciousEye, SuperMarioFan2K3 - Guests: 74 - Bots: 191
Users: 62,719 (2,510 active)
Latest user: Hsn_Azm

Change pink berries eating amount

SMW Tweaks → Change pink berries eating amount

Tweak Details

Summary: Change pink berries eating amount
Description: Change the amount of pink berries Yoshi needs to eat to lay an egg containing a cloud. Set to 0 to never lay the egg.
Tags: yoshi
Parameters:
pink_berries
Pink Berries. Byte (8 bits). Defaults to $02.
Code:
if <pink_berries> == 0
  org $01F11E : db $80
else
  org $01F11D : db <pink_berries>, $D0
endif
Submitted: by  zuccha