mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
7 lines
138 B
C
7 lines
138 B
C
#ifndef POKEDIAMOND_SCRCMD_H
|
|
#define POKEDIAMOND_SCRCMD_H
|
|
|
|
BOOL ScrCmd_givemon(struct ScriptContext* ctx);
|
|
|
|
#endif //POKEDIAMOND_SCRCMD_H
|