diff options
| author | Sanqui <gsanky@gmail.com> | 2018-05-27 17:36:18 +0200 |
|---|---|---|
| committer | Sanqui <gsanky@gmail.com> | 2018-05-27 17:36:18 +0200 |
| commit | e87da085fd76c758b108fc1a0f567dcb0609335d (patch) | |
| tree | d844912fd3eeb587f3d3303636b7d9287f6d6155 /constants.asm | |
| parent | 770e1803fc5b13d61f932b36f78c85ae53b86c70 (diff) | |
| parent | fbc1050dc2592477c59ba9770b1efacf0190c1d7 (diff) | |
Merge branch 'master' of git.sanqui.net:pret/pokegold-spaceworld
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 6 |
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 |
