diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-18 12:33:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-18 12:33:29 -0400 |
commit | c25bcbe3154301c22adbc2118d897b0b82e07c97 (patch) | |
tree | 4cc3da026e065d54f5f5c0b270ef3a02779e0afa /include | |
parent | 1f9329ac277606ecc8a444e431ac2262d1ff9212 (diff) |
Disassemble last of the data that isn't pointer tables in field_map_obj
Diffstat (limited to 'include')
-rwxr-xr-x | include/field_map_obj.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 0a45b736b..df115471c 100755 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -66,13 +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 const u8 gUnknown_0837574F[8]; - -extern const u8 gUnknown_08375757[4][4]; -extern const u8 gUnknown_08375767[4][4]; - -extern const struct Coords16 gDirectionToVector[]; - extern struct CameraSomething gUnknown_03004880; extern u16 gUnknown_03004898; extern u16 gUnknown_0300489C; |