mirror of https://github.com/pret/pokeemerald.git
Spawn source files for Field Map Obj
This commit is contained in:
parent
675bdb5250
commit
63dd0ea397
|
@ -0,0 +1,10 @@
|
|||
#ifndef POKEEMERALD_FIELD_MAP_OBJ_H
|
||||
#define POKEEMERALD_FIELD_MAP_OBJ_H
|
||||
|
||||
// Exported struct declarations
|
||||
|
||||
// Exported RAM declarations
|
||||
|
||||
// Exported ROM declarations
|
||||
|
||||
#endif //POKEEMERALD_FIELD_MAP_OBJ_H
|
|
@ -0,0 +1,16 @@
|
|||
// Includes
|
||||
|
||||
#include "global.h"
|
||||
#include "field_map_obj.h"
|
||||
|
||||
// Static struct declarations
|
||||
|
||||
// Static RAM declarations
|
||||
|
||||
// Static ROM declarations
|
||||
|
||||
// ROM data
|
||||
|
||||
// Code
|
||||
|
||||
|
Loading…
Reference in New Issue