diff options
author | yenatch <yenatch@gmail.com> | 2015-05-18 02:23:17 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-05-18 02:23:17 -0700 |
commit | fc8bf4b9e94f09da6e63a7f532fc9f0aeb835aad (patch) | |
tree | 4b5ecc4047b5bddc38522ed85405437855a64f58 /macros.asm | |
parent | 93a589795fba20dfc92ddac774650f73922334df (diff) | |
parent | 636b336a509db4e38be2319289f53637b4e90d48 (diff) |
Merge branch 'gfx-tweaks'
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm index 739df1bd4..897636c8f 100644 --- a/macros.asm +++ b/macros.asm @@ -8,6 +8,7 @@ INCLUDE "macros/move_effect.asm" INCLUDE "macros/move_anim.asm" INCLUDE "macros/movement.asm" INCLUDE "macros/map.asm" +INCLUDE "macros/pic.asm" INCLUDE "macros/predef.asm" INCLUDE "macros/rst.asm" INCLUDE "macros/mobile.asm" |