Fix oversight.

This commit is contained in:
pasky1382 2014-02-13 23:02:09 +00:00
parent 4174751212
commit c89fd51268
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ end
local function buildbox(i)
local box = {0,0} -- xrad/yrad
local dracform = mainmemory.read_u8(0x434 + i)
local offset = mainmemory.read_u8(0x434 + i)
local dracform
if offset == 0x1D then
dracform = mainmemory.read_u8(0x7A)
if dracform == 1 then