diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-24 11:28:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 11:28:03 -0400 |
commit | ce09e79eb9ca2b384fb1c64f0946661b30ae75ea (patch) | |
tree | d32c7d1daf455a42d3f811d3d913b80e223d174f /include/map_header.h | |
parent | d28df0e7c8399c90e97aee098e868de1858fa2f4 (diff) | |
parent | 9a773792e9bed5eb55cd5e3ebdfdade652e8c5dd (diff) |
Merge pull request #187 from PikalaxALT/pikalax_work
Decompile unk_02034710.s (map_header.c)
Diffstat (limited to 'include/map_header.h')
-rw-r--r-- | include/map_header.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/include/map_header.h b/include/map_header.h new file mode 100644 index 00000000..0adb5886 --- /dev/null +++ b/include/map_header.h @@ -0,0 +1,38 @@ +#ifndef POKEDIAMOND_MAP_HEADER_H +#define POKEDIAMOND_MAP_HEADER_H + +u8 FUN_02034724(u32 mapno); +u8 FUN_02034738(u32 mapno); +u16 FUN_0203474C(u32 mapno); +u16 FUN_02034774(u32 mapno); +u16 FUN_02034788(u32 mapno); +u16 FUN_0203479C(u32 mapno); +u16 FUN_020347B0(u32 mapno); +u16 FUN_020347C4(u32 mapno); +BOOL FUN_020347D8(u32 mapno); +u16 FUN_020347FC(u32 mapno); +u16 FUN_02034810(u32 mapno); +u16 FUN_02034824(u32 mapno); +u8 FUN_02034838(u32 mapno); +u8 FUN_0203484C(u32 mapno); +u8 FUN_02034860(u32 mapno); +u8 FUN_0203487C(u32 mapno); +u8 FUN_02034898(u32 mapno); +u8 FUN_020348B4(u32 mapno); +u8 FUN_020348D0(u32 mapno); +BOOL FUN_020348E4(u32 mapno); +BOOL FUN_02034908(u32 mapno); +BOOL FUN_0203491C(u32 mapno); +BOOL FUN_02034930(u32 mapno); +BOOL FUN_02034944(u32 mapno); +BOOL FUN_02034964(u32 mapno); +BOOL FUN_02034984(u32 mapno); +BOOL FUN_02034998(u32 mapno); +BOOL FUN_020349AC(u32 mapno); +BOOL FUN_020349B8(u32 mapno); +BOOL FUN_020349CC(u32 mapno); +BOOL FUN_020349D8(u32 mapno); +BOOL FUN_020349E4(u16 a0); +u16 FUN_02034A04(u16 a0); + +#endif //POKEDIAMOND_MAP_HEADER_H |