Strangest match

This commit is contained in:
N
2021-02-18 20:07:33 -05:00
committed by huderlem
parent 10c77f1bc2
commit cab3728e96
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
#include "constants/items.h"
// EWRAM vars
EWRAM_DATA void *gItemIconDecompressionBuffer = NULL;
EWRAM_DATA void *gItemIcon4x4Buffer = NULL;
EWRAM_DATA u8 *gItemIconDecompressionBuffer = NULL;
EWRAM_DATA u8 *gItemIcon4x4Buffer = NULL;
// const rom data
#include "data/item_icon_table.h"