Home
last modified time | relevance | path

Searched refs:MONSTER_GRID_BITMASK (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dresources.h170 int MONSTER_GRID_BITMASK[12]; variable
H A Dcombat.cpp500 if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX1[arrIndex]], in moveMonsters()
505 if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX2[arrIndex]], in moveMonsters()
520 if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX2[arrIndex]], in moveMonsters()
529 } else if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX1[arrIndex]], in moveMonsters()
H A Dresources.cpp115 file.syncNumbers(MONSTER_GRID_BITMASK, 12); in loadData()
H A Dspells.cpp750 if (!map.mazeLookup(party._mazePosition, Res.MONSTER_GRID_BITMASK[party._mazeDirection]) && in jump()
751 !map.mazeLookup(pt, Res.MONSTER_GRID_BITMASK[party._mazeDirection])) { in jump()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_xeen/
H A Dconstants.cpp625 const int MONSTER_GRID_BITMASK[12] = { variable
2034 file.syncNumbers(MONSTER_GRID_BITMASK, 12); in writeConstants()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dresources.h171 int MONSTER_GRID_BITMASK[12]; variable
H A Dcombat.cpp517 if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX1[arrIndex]], in moveMonsters()
522 if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX2[arrIndex]], in moveMonsters()
537 if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX2[arrIndex]], in moveMonsters()
546 } else if (canMonsterMove(pt, Res.MONSTER_GRID_BITMASK[MONSTER_GRID_BITINDEX1[arrIndex]], in moveMonsters()
H A Dspells.cpp758 if (!map.mazeLookup(party._mazePosition, Res.MONSTER_GRID_BITMASK[party._mazeDirection]) && in jump()
759 !map.mazeLookup(pt, Res.MONSTER_GRID_BITMASK[party._mazeDirection])) { in jump()
H A Dresources.cpp120 file.syncNumbers(MONSTER_GRID_BITMASK, 12); in loadData()
/dports/games/scummvm/scummvm-2.5.1/devtools/create_xeen/
H A Dconstants.cpp383 const int LangConstants::MONSTER_GRID_BITMASK[12] = { member in LangConstants
911 file.syncNumbers(MONSTER_GRID_BITMASK, 12); in writeConstants()
H A Dconstants.h127 static const int MONSTER_GRID_BITMASK[12]; variable