summaryrefslogtreecommitdiff
path: root/include/metatile_behavior.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-06-07 19:46:44 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-06-07 20:54:44 -0500
commit0a2c709535bd79d8b62f3e8aafda9171670c1ecf (patch)
treef5a49a53a3813152e41ee8db4f250a3d61b0d660 /include/metatile_behavior.h
parentf73ea3d931cad4d4e99bbeb664aca6a0344ea1c7 (diff)
Label all metatile behaviors and functions
Diffstat (limited to 'include/metatile_behavior.h')
-rw-r--r--include/metatile_behavior.h73
1 files changed, 36 insertions, 37 deletions
diff --git a/include/metatile_behavior.h b/include/metatile_behavior.h
index 78a311208..b94ffe0cd 100644
--- a/include/metatile_behavior.h
+++ b/include/metatile_behavior.h
@@ -24,11 +24,10 @@ bool8 MetatileBehavior_IsEastArrowWarp(u8);
bool8 MetatileBehavior_IsWestArrowWarp(u8);
bool8 MetatileBehavior_IsNorthArrowWarp(u8);
bool8 MetatileBehavior_IsSouthArrowWarp(u8);
-bool8 MetatileBehavior_IsArrowWarp(u8);
-bool8 MetatileBehavior_IsMoveTile(u8);
+bool8 MetatileBehavior_IsForcedMovementTile(u8);
bool8 MetatileBehavior_IsIce_2(u8);
bool8 MetatileBehavior_IsTrickHouseSlipperyFloor(u8);
-bool8 MetatileBehavior_0x05(u8);
+bool8 Unref_MetatileBehavior_IsUnused05(u8);
bool8 MetatileBehavior_IsWalkNorth(u8);
bool8 MetatileBehavior_IsWalkSouth(u8);
bool8 MetatileBehavior_IsWalkWest(u8);
@@ -44,50 +43,50 @@ bool8 MetatileBehavior_IsSlideEast(u8);
bool8 MetatileBehavior_IsCounter(u8);
bool8 MetatileBehavior_IsPlayerFacingTVScreen(u8, u8);
bool8 MetatileBehavior_IsPC(u8);
-bool8 is_tile_x84(u8);
-bool8 sub_80571C0(u8);
+bool8 MetatileBehavior_IsLinkBattleRecords(u8);
+bool8 MetatileBehavior_IsOpenSecretBaseDoor(u8);
bool8 MetatileBehavior_IsSecretBaseCave(u8);
bool8 MetatileBehavior_IsSecretBaseTree(u8);
bool8 MetatileBehavior_IsSecretBaseShrub(u8);
bool8 MetatileBehavior_IsSecretBasePC(u8);
-bool8 sub_805724C(u8);
-bool8 unref_sub_8057260(u8);
-bool8 sub_8057274(u8);
-bool8 sub_8057288(u8);
-bool8 sub_805729C(u8);
-bool8 sub_80572B0(u8);
-bool8 unref_sub_80572C4(u8);
-bool8 sub_80572D8(u8);
-bool8 sub_80572EC(u8);
-bool8 sub_8057300(u8);
-bool8 sub_8057314(u8);
-bool8 sub_8057328(u8);
-bool8 sub_805733C(u8);
-bool8 sub_8057350(u8);
-bool8 sub_8057364(u8);
-bool8 sub_8057378(u8);
-bool8 sub_805738C(u8);
+bool8 MetatileBehavior_IsRecordMixingSecretBasePC(u8);
+bool8 Unref_MetatileBehavior_IsSecretBaseUnused_B2(u8);
+bool8 MetatileBehavior_IsBlockDecoration(u8);
+bool8 MetatileBehavior_IsSecretBaseImpassable(u8);
+bool8 MetatileBehavior_IsNormal(u8);
+bool8 MetatileBehavior_IsSecretBaseNorthWall(u8);
+bool8 Unref_MetatileBehavior_IsSecretBaseUnused_B2_2(u8);
+bool8 MetatileBehavior_IsSecretBaseLargeMatEdge(u8);
+bool8 MetatileBehavior_IsLargeMatCenter(u8);
+bool8 MetatileBehavior_IsSecretBaseHole(u8);
+bool8 MetatileBehavior_IsSecretBaseBalloon(u8);
+bool8 MetatileBehavior_IsSecretBaseBreakableDoor(u8);
+bool8 MetatileBehavior_IsSecretBaseMusicNoteMat(u8);
+bool8 MetatileBehavior_IsSecretBaseGlitterMat(u8);
+bool8 MetatileBehavior_IsSecretBaseSandOrnament(u8);
+bool8 MetatileBehavior_IsSecretBaseShieldOrToyTV(u8);
+bool8 MetatileBehavior_IsPlayerRoomPCOn(u8);
bool8 MetatileBehavior_HasRipples(u8);
bool8 MetatileBehavior_IsPuddle(u8);
bool8 MetatileBehavior_IsTallGrass(u8);
bool8 MetatileBehavior_IsLongGrass(u8);
bool8 MetatileBehavior_IsBerryTreeSoil(u8);
bool8 MetatileBehavior_IsAshGrass(u8);
-bool8 MetatileBehavior_IsUnusedFootprintMetatile(u8);
+bool8 MetatileBehavior_IsFootprints(u8);
bool8 MetatileBehavior_IsBridge(u8);
-u8 sub_8057450(u8);
+u8 MetatileBehavior_GetBridgeType(u8);
bool8 MetatileBehavior_IsLandWildEncounter(u8);
bool8 MetatileBehavior_IsWaterWildEncounter(u8);
-bool8 sub_80574C4(u8);
-bool8 sub_80574D8(u8);
+bool8 MetatileBehavior_IsIndoorEncounter(u8);
+bool8 MetatileBehavior_IsMountainTop(u8);
bool8 MetatileBehavior_IsDiveable(u8);
bool8 MetatileBehavior_IsNotSurfacable(u8);
bool8 MetatileBehavior_IsShallowFlowingWater(u8);
bool8 MetatileBehavior_IsThinIce(u8);
bool8 MetatileBehavior_IsCrackedIce(u8);
-bool8 sub_8057568(u8);
-bool8 unref_sub_8057584(u8);
-bool8 sub_805759C(u8);
+bool8 MetatileBehavior_IsOceanWater(u8);
+bool8 Unref_MetatileBehavior_IsUnusedSootopolisWater(u8);
+bool8 MetatileBehavior_IsFeebasEncounterable(u8);
bool8 MetatileBehavior_IsEastBlocked(u8);
bool8 MetatileBehavior_IsWestBlocked(u8);
bool8 MetatileBehavior_IsNorthBlocked(u8);
@@ -96,18 +95,18 @@ bool8 MetatileBehavior_IsShortGrass(u8);
bool8 MetatileBehavior_IsHotSprings(u8);
bool8 MetatileBehavior_IsWaterfall(u8);
bool8 MetatileBehavior_IsFortreeBridge(u8);
-bool8 sub_80576A0(u8);
-bool8 sub_80576B4(u8);
-bool8 sub_80576C8(u8);
-bool8 sub_80576DC(u8);
+bool8 MetatileBehavior_IsPacifidlogVerticalLog1(u8);
+bool8 MetatileBehavior_IsPacifidlogVerticalLog2(u8);
+bool8 MetatileBehavior_IsPacifidlogHorizontalLog1(u8);
+bool8 MetatileBehavior_IsPacifidlogHorizontalLog2(u8);
bool8 MetatileBehavior_IsPacifidlogLog(u8);
bool8 MetatileBehavior_IsTrickHousePuzzleDoor(u8);
bool8 MetatileBehavior_IsRegionMap(u8);
-bool8 MetatileBehavior_IsClosedSootopolisGymDoor(u8);
+bool8 MetatileBehavior_IsClosedSootopolisDoor(u8);
bool8 MetatileBehavior_IsRoulette(u8);
bool8 MetatileBehavior_IsPokeblockFeeder(u8);
-bool8 MetatileBehavior_0xBB(u8);
-bool8 MetatileBehavior_0xBC(u8);
+bool8 MetatileBehavior_IsSecretBaseJumpMat(u8);
+bool8 MetatileBehavior_IsSecretBaseSpinMat(u8);
bool8 MetatileBehavior_IsLavaridgeB1FWarp(u8);
bool8 MetatileBehavior_IsLavaridge1FWarp(u8);
bool8 MetatileBehavior_IsAquaHideoutWarp(u8);
@@ -124,7 +123,7 @@ bool8 MetatileBehavior_IsHorizontalRail(u8);
bool8 MetatileBehavior_IsSeaweed(u8);
bool8 MetatileBehavior_IsRunningDisallowed(u8);
bool8 MetatileBehavior_IsCuttableGrass(u8);
-bool8 sub_805791C(u8);
+bool8 MetatileBehavior_IsRunningShoesManual(u8);
bool8 MetatileBehavior_IsPictureBookShelf(u8);
bool8 MetatileBehavior_IsBookShelf(u8);
bool8 MetatileBehavior_IsPokeCenterBookShelf(u8);