Decompiled sub_81C7990

This commit is contained in:
Phlosioneer
2019-02-14 11:55:58 -05:00
parent f95eebf47a
commit d41c597f90
2 changed files with 5 additions and 23 deletions

View File

@@ -622,4 +622,8 @@ void sub_81C795C(struct PaletteDescriptor *palettes) {
CopyPaletteIntoBufferUnfaded(current->palette, index, 0x20);
}
}
}
}
void sub_81C7990(u32 a0, u16 a1) {
CpuFill16(a1, gPlttBufferFaded + 0x100 + (a0 * 16), 16 * sizeof(u16));
}