Spawn source files for Field Map Obj
This commit is contained in:
10
include/field_map_obj.h
Normal file
10
include/field_map_obj.h
Normal 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
16
src/field_map_obj.c
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user