common symbols for window and text

This commit is contained in:
sceptillion
2017-12-20 07:55:09 -08:00
parent 236f91e6f0
commit 791d5a48cc
8 changed files with 11 additions and 16 deletions
+2 -3
View File
@@ -3,9 +3,8 @@
#include "malloc.h"
#include "bg.h"
extern u8 gWindowClearTile;
extern void* gWindowBgTilemapBuffers[];
extern u32 gWindowTileAutoAllocEnabled;
u8 gWindowClearTile;
void *gWindowBgTilemapBuffers[4];
EWRAM_DATA struct Window gWindows[WINDOWS_MAX] = {0};