diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-09 10:13:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 10:13:55 -0400 |
commit | c40d7241ff2d2c0220550339b27a2725aac856fe (patch) | |
tree | 05e2c9607d600aa3d36c9d3c8a3b2ca172b66a4c /include/fldeff.h | |
parent | ac38e814546eca637ea4bafe8792b8d38ff486a3 (diff) | |
parent | 02aed8fc8e2496cc62873fc52de54c89f0b9ac83 (diff) |
Merge pull request #294 from PikalaxALT/fldeff_flash
fldeff_flash.c
Diffstat (limited to 'include/fldeff.h')
-rw-r--r-- | include/fldeff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fldeff.h b/include/fldeff.h index 00f2d01f4..9dd6121b2 100644 --- a/include/fldeff.h +++ b/include/fldeff.h @@ -13,8 +13,8 @@ bool8 CheckObjectGraphicsInFrontOfPlayer(u8 graphicsId); u8 CreateFieldEffectShowMon(void); // flash -u8 sub_80C9DCC(u8 lightLevel, u8 mapType); -u8 sub_80C9D7C(u8 mapType1, u8 mapType2); +u8 MapTransitionIsExit(u8 lightLevel, u8 mapType); +u8 MapTransitionIsEnter(u8 mapType1, u8 mapType2); bool8 SetUpFieldMove_Flash(void); // cut |