1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-11-05 03:39:02 -08:00

change L to Levitate to D-Up

i know it's not as catchy :c
This commit is contained in:
Connor Olding 2015-11-14 17:07:53 -08:00
parent 301acb98ea
commit a1babce6bb

View file

@ -71,7 +71,7 @@ end
local levitate = Passive() local levitate = Passive()
function levitate:tick_on() function levitate:tick_on()
if bit.band(addrs.buttons(), 0x20) > 0 then if bit.band(addrs.buttons(), 0x800) > 0 then
self:hold() self:hold()
end end
end end
@ -255,7 +255,7 @@ local playas_menu = require "menus.playas"
local main_menu = Menu{ local main_menu = Menu{
Screen{ Screen{
Text("Main Menu #1/2"), Text("Main Menu #1/2"),
Toggle("L to Levitate", levitate), Toggle("D-Up to Levitate", levitate),
Toggle("A to Run Fast", supersonic), Toggle("A to Run Fast", supersonic),
Toggle("Infinite Items", infinite_items), Toggle("Infinite Items", infinite_items),
Toggle("Use Any Item", any_item), Toggle("Use Any Item", any_item),