diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-12-01 11:32:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 11:32:01 -0600 |
commit | 0250aefb73a995a6812a657193abeb96eb34d489 (patch) | |
tree | 90c7868689507a6c189e1fc01c4d553f5776d843 /include/field_poison.h | |
parent | 54da96309186b98263b4434911e1c5b8d4b4e3ec (diff) | |
parent | 921011592cbe9018f558b7977525e49252274947 (diff) |
Merge pull request #118 from PikalaxALT/field_poison
Decompile field poison
Diffstat (limited to 'include/field_poison.h')
-rw-r--r-- | include/field_poison.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/field_poison.h b/include/field_poison.h new file mode 100644 index 000000000..d1a4c823b --- /dev/null +++ b/include/field_poison.h @@ -0,0 +1,19 @@ +#ifndef GUARD_FIELD_POISON_H +#define GUARD_FIELD_POISON_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations + +enum { + FLDPSN_NONE, + FLDPSN_PSN, + FLDPSN_FNT +}; + +void sub_80F972C(void); +unsigned int overworld_poison(void); + +#endif //GUARD_FIELD_POISON_H |