mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-07 19:10:38 -04:00
z_obj_tsubo OK (#784)
* 4 unattempts left * z_obj_tsubo OK * name some functions * implement suggestions * implement EllipticEllipsis changes * implement more suggestions
This commit is contained in:
@@ -1185,6 +1185,6 @@ s32 func_800A817C(s32 index) {
|
||||
return D_801AE214[index];
|
||||
}
|
||||
|
||||
s32 func_800A81A4(GlobalContext* globalCtx, s32 a1, s32 a2) {
|
||||
return (func_800A8150(a1) == ITEM00_BIG_FAIRY) && (!Flags_GetCollectible(globalCtx, a2));
|
||||
s32 Item_CanDropBigFairy(GlobalContext* globalCtx, s32 index, s32 collectibleFlag) {
|
||||
return (func_800A8150(index) == ITEM00_BIG_FAIRY) && (!Flags_GetCollectible(globalCtx, collectibleFlag));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user