summaryrefslogtreecommitdiff
path: root/include/data/field_map_obj/base_oam.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-11-03 18:00:47 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-11-03 18:14:15 -0700
commit415fb6738308a9bfa2217419d3861784dcd8e5d9 (patch)
tree8793240342d37104610f34756f6fee9db706ee8f /include/data/field_map_obj/base_oam.h
parentae56f7859fe17915d3fb33713dfef2fe31fe2a1d (diff)
parent1698e882b4760bcfe8cf91073cf7e46541ae6392 (diff)
Merge remote-tracking branch 'upstream/master' into pokenav
Diffstat (limited to 'include/data/field_map_obj/base_oam.h')
-rw-r--r--include/data/field_map_obj/base_oam.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/include/data/field_map_obj/base_oam.h b/include/data/field_map_obj/base_oam.h
deleted file mode 100644
index 8595f97e7..000000000
--- a/include/data/field_map_obj/base_oam.h
+++ /dev/null
@@ -1,56 +0,0 @@
-//
-// Created by scott on 6/17/2017.
-//
-
-#ifndef POKERUBY_BASE_OAM_H
-#define POKERUBY_BASE_OAM_H
-
-const struct OamData gFieldOamData_8x8 = {
- .shape = 0,
- .size = 0,
- .priority = 2
-};
-
-const struct OamData gFieldOamData_16x8 = {
- .shape = 1,
- .size = 0,
- .priority = 2
-};
-
-const struct OamData gFieldOamData_16x16 = {
- .shape = 0,
- .size = 1,
- .priority = 2
-};
-
-const struct OamData gFieldOamData_32x8 = {
- .shape = 1,
- .size = 1,
- .priority = 2
-};
-
-const struct OamData gFieldOamData_64x32 = {
- .shape = 1,
- .size = 3,
- .priority = 2
-};
-
-const struct OamData gFieldOamData_16x32 = {
- .shape = 2,
- .size = 2,
- .priority = 2
-};
-
-const struct OamData gFieldOamData_32x32 = {
- .shape = 0,
- .size = 2,
- .priority = 2
-};
-
-const struct OamData gFieldOamData_64x64 = {
- .shape = 0,
- .size = 3,
- .priority = 2
-};
-
-#endif //POKERUBY_BASE_OAM_H