diff options
author | ISSOtm <eldredhabert0@gmail.com> | 2018-05-27 11:18:14 +0200 |
---|---|---|
committer | ISSOtm <eldredhabert0@gmail.com> | 2018-05-27 11:18:14 +0200 |
commit | 6bd6e25eef4a57d1898d7aae0b3b09e6dc5f2695 (patch) | |
tree | 214d4e433770231e3067e069426beb449af74dd1 /macros/gfx.asm | |
parent | 83afa8a12dfe450c378ca11743a2291501ec19a8 (diff) |
Import more macros from pokecrystal
Diffstat (limited to 'macros/gfx.asm')
-rw-r--r-- | macros/gfx.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gfx.asm b/macros/gfx.asm new file mode 100644 index 0000000..16c7d9b --- /dev/null +++ b/macros/gfx.asm @@ -0,0 +1,2 @@ +tiles EQUS "* LEN_2BPP_TILE" +tile EQUS "+ LEN_2BPP_TILE *" |