diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-19 17:18:14 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-19 17:18:14 +0100 |
commit | 37396ce835e702248b9e8fa1bbaec07b8b64ab4f (patch) | |
tree | 1cc49301ff407e6491d8bc384ca9c87992d51951 /include/global.h | |
parent | d4cd912eb85411a4be1ea97441f929a16f455f34 (diff) |
switching over to a different branch for testing with tile stuff
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/global.h b/include/global.h index 48b6b1127..d0af4a4d1 100644 --- a/include/global.h +++ b/include/global.h @@ -845,7 +845,4 @@ extern struct HallOfFame gHallOfFame; extern struct SaveBlock2 gSaveBlock2; extern u8 ewram[]; -// used for OBJ_VRAM0 pointers -typedef u8 TileData4bpp[32]; - #endif // GUARD_GLOBAL_H |