Spawn source files for Field Map Obj
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user