diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-09-26 14:45:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 14:45:58 -0400 |
commit | 9f0ca438d6e55a0bc03f75ac12c857970cff6919 (patch) | |
tree | 31bf6d86f4ae90975f61f894697d68359b7af908 /include/fldeff.h | |
parent | 9c6cee5d6c44820913786ff0c8b448be53ced95d (diff) | |
parent | 55a70ffb18320e47591bcf98a414481cf477e546 (diff) |
Merge pull request #102 from PikalaxALT/field_fadetransition
Field fadetransition
Diffstat (limited to 'include/fldeff.h')
-rw-r--r-- | include/fldeff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fldeff.h b/include/fldeff.h index e5e7e5f7d..e3f703947 100644 --- a/include/fldeff.h +++ b/include/fldeff.h @@ -13,6 +13,8 @@ bool8 CheckObjectGraphicsInFrontOfPlayer(u8 graphicsId); u8 oei_task_add(void); // flash +u8 sub_80C9DCC(u8 lightLevel, u8 mapType); +u8 sub_80C9D7C(u8 mapType1, u8 mapType2); // cut |