You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the titel hotd.lua is missing cheats for player 2 please add them
function ammo_2p_cheat_f(value)
I960_WriteWord(RAMBASE+0x1ED0D,6); -- 2P 6 ammo
end
Options =
{
ammo_2p_cheat={name="2P Infinite Ammo",values={"Off","On"},runfunc=ammo_2p_cheat_f}
}
The text was updated successfully, but these errors were encountered:
As the titel hotd.lua is missing cheats for player 2 please add them
function ammo_2p_cheat_f(value)
I960_WriteWord(RAMBASE+0x1ED0D,6); -- 2P 6 ammo
end
Options =
{
ammo_2p_cheat={name="2P Infinite Ammo",values={"Off","On"},runfunc=ammo_2p_cheat_f}
}
The text was updated successfully, but these errors were encountered: