Work in progress on opcodeE0 for HE games.

Cleanup.

svn-id: r17560
This commit is contained in:
Travis Howell 2005-04-12 02:29:50 +00:00
parent e096cf83f2
commit dea27e2c63
7 changed files with 205 additions and 106 deletions

View file

@ -872,6 +872,8 @@ protected:
void loadImgSpot(int resId, int state, int16 &x, int16 &y);
void loadWizCursor(int resId);
void unknownE0(int x1, int y1, int x, int cycles, int arg_10, int type, int resNum);
void unknownE0Helper(int x, int y, int flags);
/* HE version 80 script opcodes */
void o80_loadSBNG();