john-peterson / bin-patch

Binary patches for Sega Model 2 and 3 and other systems
17 stars 7 forks source link

hotd.lua is missing the player 2 health and ammo cheats #9

Open Vphurple-Izumi opened 1 year ago

Vphurple-Izumi commented 1 year ago

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} }