diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 16:20:58 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 16:20:58 -0800 |
commit | d116b7660834da4006dccd3559d1ba0e0f8acf1c (patch) | |
tree | 5b838cd447e4562f1385ed6bbc1780773f38cb19 /src/window.c | |
parent | cbeb32fae45e58cabd8c97104033b6d672602ffb (diff) |
decompile window_8bpp
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 62879bd6c..4f922084a 100644 --- a/src/window.c +++ b/src/window.c @@ -7,8 +7,6 @@ extern u8 gWindowClearTile; extern void* gWindowBgTilemapBuffers[]; extern u32 gWindowTileAutoAllocEnabled; -#define WINDOWS_MAX 32 - EWRAM_DATA struct Window gWindows[WINDOWS_MAX] = {0}; extern void BlitBitmapRect4Bit(struct Bitmap *src, struct Bitmap *dest, u16 srcX, u16 srcY, u16 destX, u16 destY, u16 width, u16 height, u8 colorKey); |