Gardenette submitted a new resource:
Actually Fixed Sweet Scent - Adds sound effect, makes screen pink instead of red, and works in any weather
Read more about this resource...
Actually Fixed Sweet Scent - Adds sound effect, makes screen pink instead of red, and works in any weather
Find def pbsweetscent in the script called Overworld_FieldMoves
Copy the code below and replace all of the method pbsweetscent - everything starting with def pbSweetScent and ending right before HiddenMoveHandlers::CanUseMove.add(:SWEETSCENT,proc { |move,pkmn,showmsg|
pbSweetScent:def pbSweetScent #if $game_screen.weather_type != :None # pbMessage(_INTL("The sweet scent faded for some reason...")) # return #end #play the se for...
Read more about this resource...