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