diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-26 09:21:49 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-26 09:21:49 -0500 |
commit | 4747fcb6296709bf3f9eb287ca6adb977dae0bce (patch) | |
tree | 4ae003dda49f007da53f81ee95edcb07c24b9c38 /include/fldeff.h | |
parent | 51e2b99b9d748755b77fa3bdbc86d261d58fc74c (diff) |
Name methods in 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); |