mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
16 lines
270 B
C
16 lines
270 B
C
//
|
|
// 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
|