diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-06-13 23:12:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 23:12:05 -0500 |
commit | 373dfb57102675130ab714ba9e21bd41c7b74795 (patch) | |
tree | a27705ab196c9d45c03b5d2efad4dde79eaed69a /src/fieldmap.c | |
parent | 2f437b0a94dd88cd78d0f6b4d92b9f5169531376 (diff) | |
parent | 48a15638c63f2b3d4b2d12d346e466ddca006570 (diff) |
Merge branch 'master' into decompile_battle_7
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r-- | src/fieldmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c index 46b996e52..2ed2266f5 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -40,7 +40,6 @@ void fillSouthConnection(struct MapHeader *, struct MapHeader *, s32); void fillNorthConnection(struct MapHeader *, struct MapHeader *, s32); void fillWestConnection(struct MapHeader *, struct MapHeader *, s32); void fillEastConnection(struct MapHeader *, struct MapHeader *, s32); -u32 GetBehaviorByMetatileId(u16 metatile); struct MapConnection *sub_8056A64(u8 direction, int x, int y); bool8 sub_8056ABC(u8 direction, int x, int y, struct MapConnection *connection); bool8 sub_8056B20(int x, int src_width, int dest_width, int offset); |