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/pokenav.h | |
parent | 54da96309186b98263b4434911e1c5b8d4b4e3ec (diff) | |
parent | 921011592cbe9018f558b7977525e49252274947 (diff) |
Merge pull request #118 from PikalaxALT/field_poison
Decompile field poison
Diffstat (limited to 'include/pokenav.h')
-rw-r--r-- | include/pokenav.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokenav.h b/include/pokenav.h new file mode 100644 index 000000000..06676610a --- /dev/null +++ b/include/pokenav.h @@ -0,0 +1,6 @@ +#ifndef GUARD_POKENAV_H +#define GUARD_POKENAV_H + +bool8 sub_81D5C18(void); + +#endif //GUARD_POKENAV_H |