diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index d0af4a4d1..48b6b1127 100644 --- a/include/global.h +++ b/include/global.h @@ -845,4 +845,7 @@ extern struct HallOfFame gHallOfFame; extern struct SaveBlock2 gSaveBlock2; extern u8 ewram[]; +// used for OBJ_VRAM0 pointers +typedef u8 TileData4bpp[32]; + #endif // GUARD_GLOBAL_H |