summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorSanqui <gsanky@gmail.com>2018-05-27 17:36:18 +0200
committerSanqui <gsanky@gmail.com>2018-05-27 17:36:18 +0200
commite87da085fd76c758b108fc1a0f567dcb0609335d (patch)
treed844912fd3eeb587f3d3303636b7d9287f6d6155 /constants.asm
parent770e1803fc5b13d61f932b36f78c85ae53b86c70 (diff)
parentfbc1050dc2592477c59ba9770b1efacf0190c1d7 (diff)
Merge branch 'master' of git.sanqui.net:pret/pokegold-spaceworld
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
new file mode 100644
index 0000000..63ba248
--- /dev/null
+++ b/constants.asm
@@ -0,0 +1,6 @@
+INCLUDE "charmap.asm"
+
+INCLUDE "macros.asm"
+
+INCLUDE "constants/hardware_constants.asm"
+INCLUDE "constants/gfx_constants.asm" \ No newline at end of file