sort out functions.h

This commit is contained in:
theo3
2022-01-04 20:17:46 -08:00
parent 7036ec73af
commit 48fa5b4618
111 changed files with 1482 additions and 1434 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ extern u32 gRoomMemory;
extern void MemFill32(u32, void*, u32);
void ClearRoomMemory() {
void ClearRoomMemory(void) {
MemFill32(0xFFFFFFFF, &gRoomMemory, 0x40);
gUnk_020354B0 = &gRoomMemory;
}