diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-26 13:50:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 13:50:04 -0500 |
commit | 9f4e2abfc685de4f771f0107bc3bf2375df81966 (patch) | |
tree | bd4d9775c281c1533c576e6a435e9a0e481fd677 /include/fldeff.h | |
parent | 3b558edc7906b2a75b7d65aa396c611ce1802e62 (diff) | |
parent | cac0681b2c11b7184545cc42d4bd209d6000b42c (diff) |
Merge pull request #272 from PikalaxALT/fldeff_cut
fldeff_cut
Diffstat (limited to 'include/fldeff.h')
-rw-r--r-- | include/fldeff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fldeff.h b/include/fldeff.h index 51287f400..56e2dfbd9 100644 --- a/include/fldeff.h +++ b/include/fldeff.h @@ -10,7 +10,7 @@ gTasks[taskId].data[9] = (u32)func; extern struct MapPosition gPlayerFacingPosition; bool8 CheckObjectGraphicsInFrontOfPlayer(u8 graphicsId); -u8 oei_task_add(void); +u8 CreateFieldEffectShowMon(void); // flash u8 sub_80C9DCC(u8 lightLevel, u8 mapType); |