mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 01:52:44 -04:00
Work on d_a_npc_cdn3 (#2351)
This commit is contained in:
@@ -73,7 +73,7 @@ int daObjDigpl_c::execute() {
|
||||
|
||||
u8 item_no;
|
||||
if (mpDigPoints != NULL) {
|
||||
item_no = mpDigPoints->m_points[mCurrentDigPoint].field_0x0;
|
||||
item_no = mpDigPoints->m_points[mCurrentDigPoint].mArg1;
|
||||
} else {
|
||||
item_no = getItemNum();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user