mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Fixed Symbiosis, fixed Roost not roosting, fixed Normalize not boosting damage, fixed crash in Bug Catching Contest, fixed old format moves.txt compiling, added cache size text to console
This commit is contained in:
@@ -1322,7 +1322,8 @@ module Compiler
|
||||
end
|
||||
# Write all line data to hash
|
||||
moves = [line_data[3], line_data[4], line_data[5], line_data[6]]
|
||||
moves.uniq!.compact!
|
||||
moves.uniq!
|
||||
moves.compact!
|
||||
ivs = {}
|
||||
if line_data[12]
|
||||
GameData::Stat.each_main do |s|
|
||||
|
||||
Reference in New Issue
Block a user