diff options
author | yenatch <yenatch@gmail.com> | 2013-11-25 23:33:54 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-26 04:29:47 -0500 |
commit | 04eb541f836218f2c987b63e311ec68ae0510d18 (patch) | |
tree | a3ef57199ffdf4eac72b548b8972bac156f7a6b9 /includes.asm | |
parent | 3eb9851b84df52ff0bdb09ff0caebc5a5e1c32cb (diff) |
proper section names and bank constants
Diffstat (limited to 'includes.asm')
-rw-r--r-- | includes.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.asm b/includes.asm index ce581fd02..cb82f5d1c 100644 --- a/includes.asm +++ b/includes.asm @@ -1,2 +1,3 @@ INCLUDE "globals.asm" +INCLUDE "contents.asm" INCLUDE "constants.asm" |