diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-18 12:23:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-18 12:25:20 -0400 |
commit | 1f9329ac277606ecc8a444e431ac2262d1ff9212 (patch) | |
tree | 9f1808ef42d252e12c0c3d11e0408e94a514c5c7 /include/field_map_obj.h | |
parent | c57d632a6a8fc9bf4338182726c2e82430c1d8fb (diff) |
Decompile odd-length arrays and metatile behavior pointer tables
Diffstat (limited to 'include/field_map_obj.h')
-rwxr-xr-x | include/field_map_obj.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index fd74b28e0..0a45b736b 100755 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -66,10 +66,6 @@ u8 oac_hopping(struct MapObject *, struct Sprite *, u8, bool8 (*const)(u8)); u8 sub_805F3EC(struct MapObject *, struct Sprite *, u8, bool8 (*const)(u8)); u8 sub_805F3EC(struct MapObject *, struct Sprite *, u8, bool8 (*const)(u8)); -extern bool8 (*const gUnknown_08375684[4])(u8); -extern bool8 (*const gUnknown_08375694[4])(u8); - -extern const u8 gUnknown_0837567B[9]; extern const u8 gUnknown_0837574F[8]; extern const u8 gUnknown_08375757[4][4]; |