This commit is contained in:
Kyle Coburn 2015-04-15 13:40:24 -07:00
parent 3cba6ca734
commit bf648ec1fa
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-- OPTIONS
RESET_FOR_TIME = true -- Set to false if you just want to see the bot finish a run
RESET_FOR_TIME = false -- Set to false if you just want to see the bot finish a run
local CUSTOM_SEED = nil -- Set to a known seed to replay it, or leave nil for random runs
local NIDORAN_NAME = "A" -- Set this to the single character to name Nidoran (note, to replay a seed, it MUST match!)
@ -8,7 +8,7 @@ local PAINT_ON = true -- Display contextual information while the bot runs
-- START CODE (hard hats on)
VERSION = "1.4.2"
VERSION = "1.4.3"
YELLOW = memory.getcurrentmemorydomainsize() > 30000
GAME_NAME = YELLOW and "yellow" or "red"