Home
last modified time | relevance | path

Searched refs:dyTable (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tucker/
H A Dlocations.cpp74 static const int dyTable[] = { -1, -1, 0, 1, 1, 1, 0, -1 }; in execData3PreUpdate_locationNum1Helper1() local
76 code = execData3PreUpdate_locationNum1Helper3(dxTable[i], dyTable[i]); in execData3PreUpdate_locationNum1Helper1()
83 static const int dyTable[] = { -50, 46, 0 }; in execData3PreUpdate_locationNum1Helper2() local
89 yPos = _updateLocationYPosTable[i] + dyTable[_updateLocationPos]; in execData3PreUpdate_locationNum1Helper2()
/dports/games/scummvm/scummvm-2.5.1/engines/tucker/
H A Dlocations.cpp74 static const int dyTable[] = { -1, -1, 0, 1, 1, 1, 0, -1 }; in execData3PreUpdate_locationNum1Helper1() local
76 code = execData3PreUpdate_locationNum1Helper3(dxTable[i], dyTable[i]); in execData3PreUpdate_locationNum1Helper1()
83 static const int dyTable[] = { -50, 46, 0 }; in execData3PreUpdate_locationNum1Helper2() local
89 yPos = _updateLocationYPosTable[i] + dyTable[_updateLocationPos]; in execData3PreUpdate_locationNum1Helper2()