mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 23:07:39 -05:00
17 lines
316 B
C
17 lines
316 B
C
#ifndef GUARD_FLDEFF_80F9BCC_H
|
|
#define GUARD_FLDEFF_80F9BCC_H
|
|
|
|
#include "global.h"
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
void sub_80FA5E4(s16 id, s16 x, s16 y);
|
|
void sub_80FA794(s16 x, s16 y);
|
|
void overworld_poison_effect(void);
|
|
|
|
#endif //GUARD_FLDEFF_80F9BCC_H
|