#include "game_types.h"

/* Sub_08000882 @ 0x08000882 (real 34B) -- zeroes a struct, planting 512 at words 3 and 7. Mirrors src/matched/Sub_08000882.c. */
/* Zeroes words 0-2, 4-6 and 8, planting 512 at words 3 and 7. */
void Sub_08000882(int *p)
{
    p[0] = 0;
    p[1] = 0;
    p[2] = 0;
    p[3] = 512;
    p[4] = 0;
    p[5] = 0;
    p[6] = 0;
    p[7] = 512;
    p[8] = 0;
}
