From bbf1c042f091743b89af9586b3d236cca0620250 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 26 Mar 2015 07:18:20 -0700 Subject: [PATCH] i am out of it --- Lua/oneshot.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lua/oneshot.lua b/Lua/oneshot.lua index 7fe1f3e..c0a8a53 100755 --- a/Lua/oneshot.lua +++ b/Lua/oneshot.lua @@ -54,9 +54,9 @@ else a.map_visited (0xFFFF) a.banked_rupees (5000) - a.lottery_numbers[1](1*10000 + 2*0x100 + 3) - a.lottery_numbers[2](4*10000 + 5*0x100 + 6) - a.lottery_numbers[3](7*10000 + 8*0x100 + 9) + a.lottery_numbers[1](1*0x10000 + 2*0x100 + 3) + a.lottery_numbers[2](4*0x10000 + 5*0x100 + 6) + a.lottery_numbers[3](7*0x10000 + 8*0x100 + 9) a.spider_mask_order[1](0) a.spider_mask_order[2](0) a.spider_mask_order[3](0)