mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
10 lines
260 B
C
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
|