Spawn source files for Field Map Obj

This commit is contained in:
PikalaxALT 2017-09-06 08:35:16 -04:00
parent 675bdb5250
commit 63dd0ea397
2 changed files with 26 additions and 0 deletions

10
include/field_map_obj.h Normal file
View File

@ -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

16
src/field_map_obj.c Normal file
View File

@ -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