mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
Take item scales from TP HD, fix file select. Skip main2d.arc and Field0.arc from HD for now to get full map and GC buttons at the the upper right working
This commit is contained in:
@@ -58,7 +58,11 @@ struct dItem_data {
|
||||
|
||||
static s16 getTexture(u8 index) { return item_resource[index].mTexture; }
|
||||
|
||||
static u8 getTexScale (u8 index) { return item_resource[index].mTexScale; }
|
||||
#if TARGET_PC
|
||||
static u8 getTexScale(u8 index);
|
||||
#else
|
||||
static u8 getTexScale(u8 index) { return item_resource[index].mTexScale; }
|
||||
#endif
|
||||
|
||||
static const char* getFieldArc(u8 index) { return field_item_res[index].mFieldArc; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user