This commit is contained in:
Kyle Coburn 2015-05-04 19:38:27 -07:00
parent d9b25b9f53
commit bc3af41054
2 changed files with 1 additions and 2 deletions

View File

@ -69,7 +69,6 @@ function Data.reset(reason, areaName, map, px, py, stats)
report.starter_special = ss.specialDV
end
report.version = Data.versionNumber
report.reset_area = areaName
report.reset_map = map

View File

@ -63,7 +63,7 @@ end
-- EXECUTE
p("Welcome to PokeBot "..Data.gameName.." version "..VERSION, true)
p("Welcome to PokeBot "..Utils.capitalize(Data.gameName).." version "..VERSION, true)
Control.init()