Merge branch 'master' of https://github.com/pret/pokeemerald into decomp_scrcmd

This commit is contained in:
Diegoisawesome
2017-10-13 20:29:11 -05:00
106 changed files with 14610 additions and 25063 deletions

View File

@@ -1,7 +1,12 @@
#ifndef GUARD_FIELDMAP_H
#define GUARD_FIELDMAP_H
u8 MapGridGetMetatileBehaviorAt(s16, s16);
extern struct MapCoords {
int width;
int height;
} gUnknown_03005DC0;
u32 MapGridGetMetatileBehaviorAt(int, int);
void MapGridSetMetatileIdAt(int, int, u16);
void GetCameraCoords(u16*, u16*);
bool8 MapGridIsImpassableAt(s16, s16);