diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-02 08:24:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-02 08:24:51 -0400 |
commit | 928687bdf61fa44aec66e36adae2ae9f241d7b48 (patch) | |
tree | e7bd8da317c7f5acc219a7d59193bee47943ddc8 /include | |
parent | 6e4c1d2c119122d3207c157f110053d9ab97b004 (diff) |
sub_80FF1B0 (thanks revo :lovechatot:)
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x] | include/decoration.h | 1 | ||||
-rw-r--r-- | include/fieldmap.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/decoration.h b/include/decoration.h index dffc28461..0951d514a 100755..100644 --- a/include/decoration.h +++ b/include/decoration.h @@ -168,7 +168,6 @@ extern u8 ewram[]; extern struct Decoration gDecorations[0x77]; extern void sub_80FF394(u16 unkr0, u16 unkr1, u16 unkr2); -extern Script gUnknown_0815F399; extern u8 *(gUnknown_020388D0[]); extern u8 gUnknown_020388D4; extern u8 gUnknown_020388D5; diff --git a/include/fieldmap.h b/include/fieldmap.h index 1aa99031d..0e6878929 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -7,5 +7,6 @@ struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection); int GetMapBorderIdAt(int x, int y); extern bool8 IsMetatileDirectionallyImpassable(struct MapObject *mapObject, s16 x, s16 y, u8 direction); int CanCameraMoveInDirection(int direction); +u32 GetBehaviorByMetatileId(u16 metatile); #endif |