moonlight & morning sun field moves + fishing items

This commit is contained in:
infinitefusion
2022-04-24 09:46:14 -04:00
parent 92e950d157
commit b190416123
21 changed files with 295 additions and 7 deletions

View File

@@ -130,7 +130,6 @@ HiddenMoveHandlers::UseMove.add(:MOONLIGHT,proc{|move,pokemon|
def pbSkipTime(newTime)
currentTime = pbGetTimeNow.hour
#hoursToAdd = (24-currentTime + newTime)-24
hoursToAdd = newTime - currentTime
$game_variables[UnrealTime::EXTRA_SECONDS] += hoursToAdd*3600
end