diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-09-05 08:30:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 08:30:52 -0400 |
commit | bb98e346e537ffa71a529db71688975b9a850cfa (patch) | |
tree | 9c4750f96a28f692a9b7661e1d88d47294c7ad15 /include | |
parent | 2c25e126e7bdcc0843b7b082608a8bb76437aff3 (diff) | |
parent | b7fe94108c4a891733a4b4142e63f2e2cf9d0074 (diff) |
Merge pull request #1178 from AsparagusEduardo/typo-pacifidlog
Fixed Pacifidlog typo.
Diffstat (limited to 'include')
-rw-r--r-- | include/metatile_behavior.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/metatile_behavior.h b/include/metatile_behavior.h index b5dae6de0..d4bd9e683 100644 --- a/include/metatile_behavior.h +++ b/include/metatile_behavior.h @@ -99,10 +99,10 @@ bool8 MetatileBehavior_IsShortGrass(u8); bool8 MetatileBehavior_IsHotSprings(u8); bool8 MetatileBehavior_IsWaterfall(u8); bool8 MetatileBehavior_IsFortreeBridge(u8); -bool8 MetatileBehavior_IsPacifilogVerticalLog1(u8); -bool8 MetatileBehavior_IsPacifilogVerticalLog2(u8); -bool8 MetatileBehavior_IsPacifilogHorizontalLog1(u8); -bool8 MetatileBehavior_IsPacifilogHorizontalLog2(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); |