Merge branch 'master' of https://github.com/pret/pokeemerald into decomp_scrcmd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user