diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-08 19:54:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-08 19:54:02 -0400 |
commit | 73e62801445cd2e5367b00a48830e437785128db (patch) | |
tree | 8659d67c9198a54decde0d5eeed54e6fd9b708da /include/fldeff.h | |
parent | 9f4f0df4d708f720990111034131de703ebfbb19 (diff) |
Document fldeff_flash and map_preview_screen
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 |