mirror of
https://github.com/zeldaret/tp
synced 2026-08-16 13:17:11 -04:00
d_a_b_oh2 / d_a_obj_web0 / d_a_obj_web1 (#243)
* d_a_obj_web0 / d_a_obj_web1 * remove asm * d_a_set_bgobj * d_cc_s work * remove asm * build fix * fix tp.py progress check and rel sha1 check * clean up some bg files
This commit is contained in:
@@ -76,9 +76,9 @@ struct dItem_data {
|
||||
|
||||
static u8 getShadowSize(u8 index) { return item_info[index].mShadowSize; }
|
||||
|
||||
static u8 getH(u8 index) { return item_info[index].mH; }
|
||||
static const u8 getH(u8 index) { return item_info[index].mH; }
|
||||
|
||||
static u8 getR(u8 index) { return item_info[index].mR; }
|
||||
static const u8 getR(u8 index) { return item_info[index].mR; }
|
||||
|
||||
static u16 getFieldHeapSize(u8 index) { return field_item_res[index].mHeapSize; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user