z64e static method

List<int> z64e(
  1. List<int> d,
  2. int b
)

Implementation

static List<int> z64e (List<int> d, int b) {
  for (; b2(d, b) != 1; b += 4 + b2(d, b + 2));
  return [b8(d, b + 12), b8(d, b + 4), b8(d, b + 20)];
}