pokeemerald/include/fieldmap.h

16 lines
270 B
C
Raw Normal View History

2017-09-16 19:54:33 +02:00
//
// Created by scott on 9/16/2017.
//
#ifndef POKEEMERALD_FIELDMAP_H
#define POKEEMERALD_FIELDMAP_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
u8 MapGridGetMetatileBehaviorAt(s16, s16);
#endif //POKEEMERALD_FIELDMAP_H