pokeheartgold/include/field_take_photo.h
2022-04-12 20:02:38 -04:00

10 lines
243 B
C

#ifndef POKEHEARTGOLD_FIELD_TAKE_PHOTO_H
#define POKEHEARTGOLD_FIELD_TAKE_PHOTO_H
#include "script.h"
void FieldSys_TakePhoto(FieldSystem *fsys, u16 photo_id);
void sub_0206A860(FieldSystem *fsys);
#endif //POKEHEARTGOLD_FIELD_TAKE_PHOTO_H