mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:39:02 -08:00
i am out of it
This commit is contained in:
parent
640d515a6e
commit
bbf1c042f0
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue