diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-05 17:53:03 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-06 00:18:20 -0500 |
commit | 49a5bda839e5873e74017192ba1a33851897b025 (patch) | |
tree | ec91866308eb2fc63d15a7b9c7e3c9605f78a427 /include/metatile_behavior.h | |
parent | 77093721ba470adb6ba3fccccb6cb8de8a99a220 (diff) |
Label/document field_control_avatar.c and a few misc things
Diffstat (limited to 'include/metatile_behavior.h')
-rw-r--r-- | include/metatile_behavior.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/metatile_behavior.h b/include/metatile_behavior.h index f4250f07b..78a311208 100644 --- a/include/metatile_behavior.h +++ b/include/metatile_behavior.h @@ -80,8 +80,8 @@ bool8 MetatileBehavior_IsLandWildEncounter(u8); bool8 MetatileBehavior_IsWaterWildEncounter(u8); bool8 sub_80574C4(u8); bool8 sub_80574D8(u8); -bool8 sub_80574EC(u8); -bool8 sub_805750C(u8); +bool8 MetatileBehavior_IsDiveable(u8); +bool8 MetatileBehavior_IsNotSurfacable(u8); bool8 MetatileBehavior_IsShallowFlowingWater(u8); bool8 MetatileBehavior_IsThinIce(u8); bool8 MetatileBehavior_IsCrackedIce(u8); |