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.asm | |
parent | 83afa8a12dfe450c378ca11743a2291501ec19a8 (diff) |
Import more macros from pokecrystal
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1 +1,6 @@ -INCLUDE "macros/enum.asm"
\ No newline at end of file +INCLUDE "macros/enum.asm" +INCLUDE "macros/predef.asm" +INCLUDE "macros/farcall.asm" +INCLUDE "macros/data.asm" +INCLUDE "macros/code.asm" +INCLUDE "macros/coords.asm"
\ No newline at end of file |