pokeheartgold/include/field_take_photo.h
2023-08-22 09:11:59 +01:00

10 lines
260 B
C

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