From ec7522c11aaa739fb6effff065af510b47c22a0f Mon Sep 17 00:00:00 2001 From: pasky1382 Date: Sun, 30 Sep 2012 15:22:41 +0000 Subject: [PATCH] Sorry, last commit. --- BizHawk.MultiClient/output/Lua/NES/Super C.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/output/Lua/NES/Super C.lua b/BizHawk.MultiClient/output/Lua/NES/Super C.lua index c64975e605..0760e45031 100644 --- a/BizHawk.MultiClient/output/Lua/NES/Super C.lua +++ b/BizHawk.MultiClient/output/Lua/NES/Super C.lua @@ -47,7 +47,7 @@ end local function bullets() -- P1 if mainmemory.read_u8(0xC6) ~= 0 then - for i = 0,4,1 do + for i = 0,9,1 do local x = mainmemory.read_u8(projxbase + i) local y = mainmemory.read_u8(projybase + i)