| enum | Ucscript::Ucscript_ops {
Ucscript::cont = 0x01,
Ucscript::repeat = 0x0b,
Ucscript::repeat2 = 0x0c,
Ucscript::nop = 0x21,
Ucscript::dont_halt = 0x23,
Ucscript::delay_ticks = 0x27,
Ucscript::delay_hours = 0x29,
Ucscript::finish = 0x2c,
Ucscript::remove = 0x2d,
Ucscript::step_n = 0x30,
Ucscript::step_ne = 0x31,
Ucscript::step_e = 0x32,
Ucscript::step_se = 0x33,
Ucscript::step_s = 0x34,
Ucscript::step_sw = 0x35,
Ucscript::step_w = 0x36,
Ucscript::step_nw = 0x37,
Ucscript::descend = 0x38,
Ucscript::rise = 0x39,
Ucscript::frame = 0x46,
Ucscript::egg = 0x48,
Ucscript::next_frame_max = 0x4d,
Ucscript::next_frame = 0x4e,
Ucscript::prev_frame_min = 0x4f,
Ucscript::prev_frame = 0x50,
Ucscript::say = 0x52,
Ucscript::step = 0x53,
Ucscript::music = 0x54,
Ucscript::usecode = 0x55,
Ucscript::speech = 0x56,
Ucscript::sfx = 0x58,
Ucscript::face_dir = 0x59,
Ucscript::npc_frame = 0x61,
Ucscript::hit = 0x78,
Ucscript::usecode2 = 0x80,
Ucscript::resurrect = 0x81
} |