mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Strangest match
This commit is contained in:
parent
10c77f1bc2
commit
cab3728e96
@ -1,8 +1,8 @@
|
|||||||
#ifndef GUARD_ITEM_ICON_H
|
#ifndef GUARD_ITEM_ICON_H
|
||||||
#define GUARD_ITEM_ICON_H
|
#define GUARD_ITEM_ICON_H
|
||||||
|
|
||||||
extern void *gItemIconDecompressionBuffer;
|
extern u8 *gItemIconDecompressionBuffer;
|
||||||
extern void *gItemIcon4x4Buffer;
|
extern u8 *gItemIcon4x4Buffer;
|
||||||
|
|
||||||
extern const struct SpriteTemplate gItemIconSpriteTemplate;
|
extern const struct SpriteTemplate gItemIconSpriteTemplate;
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
#include "constants/items.h"
|
#include "constants/items.h"
|
||||||
|
|
||||||
// EWRAM vars
|
// EWRAM vars
|
||||||
EWRAM_DATA void *gItemIconDecompressionBuffer = NULL;
|
EWRAM_DATA u8 *gItemIconDecompressionBuffer = NULL;
|
||||||
EWRAM_DATA void *gItemIcon4x4Buffer = NULL;
|
EWRAM_DATA u8 *gItemIcon4x4Buffer = NULL;
|
||||||
|
|
||||||
// const rom data
|
// const rom data
|
||||||
#include "data/item_icon_table.h"
|
#include "data/item_icon_table.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user