diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 09:45:15 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 09:45:15 +0530 |
commit | 895c72cb265fb6b112505212228db84afad864ab (patch) | |
tree | a55b9e0775662364f858244125f3ddc8f5b5b52b /include/field_effect.h | |
parent | deeaac2bf17479b671d989cd50e236dd39f6e52c (diff) | |
parent | e706d89ff1af46df3fcee60e08d80990f2a8a681 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index 6f5a9886f..700256f30 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -74,6 +74,7 @@ extern u32 gFieldEffectArguments[8]; u32 FieldEffectStart(u8); bool8 FieldEffectActiveListContains(u8 id); void sub_80B69DC(void); +u8 AddNewGameBirchObject(s16, s16, u8); void FieldEffectStop(struct Sprite *sprite, u8 id); u8 CreateTrainerSprite(u8 trainerSpriteID, s16 x, s16 y, u8 subpriority, u8 *buffer); void sub_80B7FC8(void); |