From 36b2301fd262adc70fc89ecdd3a7a97549b5a6c9 Mon Sep 17 00:00:00 2001 From: garak Date: Mon, 2 Dec 2019 13:34:11 -0500 Subject: mostly standardize to object event to prep for disassembly --- include/field_effect_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/field_effect_helpers.h') diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h index 5cd29fc5b..f2a4f83a7 100644 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -13,7 +13,7 @@ // Exported ROM declarations u8 sub_8154228(void); -bool8 sub_8155DA0(struct MapObject *); +bool8 sub_8155DA0(struct ObjectEvent *); void sub_80DC44C(u8, u8); #endif //GUARD_FIELD_EFFECT_HELPERS_H -- cgit v1.2.3